File tree Expand file tree Collapse file tree
projects/policyengine-api-simulation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ class BudgetWindowBatchRequest(GatewayRequestBase):
162162
163163 MAX_YEARS : ClassVar [int ] = 75
164164 MAX_END_YEAR : ClassVar [int ] = 2099
165- MAX_PARALLEL : ClassVar [int ] = 3
165+ MAX_PARALLEL : ClassVar [int ] = 20
166166
167167 region : str
168168 start_year : str
Original file line number Diff line number Diff line change @@ -672,7 +672,7 @@ def test__given_max_parallel_above_active_limit__then_budget_window_submit_retur
672672 "reform" : {},
673673 "start_year" : "2026" ,
674674 "window_size" : 3 ,
675- "max_parallel" : 4 ,
675+ "max_parallel" : 21 ,
676676 },
677677 )
678678
Original file line number Diff line number Diff line change @@ -459,7 +459,7 @@ def test_budget_window_batch_request_rejects_max_parallel_above_active_limit(sel
459459 region = "us" ,
460460 start_year = "2026" ,
461461 window_size = 3 ,
462- max_parallel = 4 ,
462+ max_parallel = 21 ,
463463 )
464464
465465 def test_budget_window_batch_request_accepts_extra_simulation_fields (self ):
You can’t perform that action at this time.
0 commit comments