Skip to content

Commit

Permalink
Fix timeout multiprocess termination
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA committed Sep 5, 2024
1 parent 316f458 commit d9d07aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_perturb.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ def test_perturb_performance(storm, year, date1, date2):
advisories=['OFCL'],
start_date=date1,
end_date=date2,
parallel=True,
parallel=False, # Parallel interfere's with timeout
)

0 comments on commit d9d07aa

Please sign in to comment.