Skip to content

Commit

Permalink
Tuning down the sleep time in the new test. RE:#360
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Oct 10, 2024
1 parent 430956b commit d75ad4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_geoprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -3439,7 +3439,7 @@ def test_convolve_2d_error_on_worker_timeout(self):

# Wait for the worker thread to catch up
# Hacky, but should be enough to avoid test failures.
time.sleep(2)
time.sleep(0.5)

def test_calculate_slope(self):
"""PGP.geoprocessing: test calculate slope."""
Expand Down

0 comments on commit d75ad4b

Please sign in to comment.