Skip to content

Commit

Permalink
Update tests/integration/test_simulation.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ronnie Dutta <[email protected]>
  • Loading branch information
wxtim and MetRonnie authored Mar 11, 2024
1 parent b355ae2 commit 44abd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,4 +441,4 @@ async def test_settings_broadcast(
schd.task_job_mgr._simulation_submit_task_jobs(
[itask], schd.workflow)
assert itask.mode_settings.sim_task_fails is True
assert itask.tdef.rtconfig['execution retry delays'] == [5.0, 5.0]
assert itask.tdef.rtconfig['execution retry delays'] == [2, 2, 2, 2, 2]

0 comments on commit 44abd5a

Please sign in to comment.