From d75ad4bfff7d4f3103bc0aa9e5c1f04d31ada82e Mon Sep 17 00:00:00 2001 From: James Douglass Date: Thu, 10 Oct 2024 13:09:27 -0700 Subject: [PATCH] Tuning down the sleep time in the new test. RE:#360 --- tests/test_geoprocessing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_geoprocessing.py b/tests/test_geoprocessing.py index 3a3bc5ed..a8d3c973 100644 --- a/tests/test_geoprocessing.py +++ b/tests/test_geoprocessing.py @@ -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."""