From fec4e407652d3beb7bd6578fff2d2883fdc188ce Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Sat, 19 Oct 2024 21:09:58 +0000 Subject: [PATCH] Increase time scale for drain test outside of the scale of #3640 problems (#3641) --- parsl/tests/test_htex/test_drain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsl/tests/test_htex/test_drain.py b/parsl/tests/test_htex/test_drain.py index 5f8e86e4b7..efd0405863 100644 --- a/parsl/tests/test_htex/test_drain.py +++ b/parsl/tests/test_htex/test_drain.py @@ -13,7 +13,7 @@ # based around the expected drain period: the drain period # is TIME_CONST seconds, and the single executed task will # last twice that many number of seconds. -TIME_CONST = 1 +TIME_CONST = 4 CONNECTED_MANAGERS_POLL_MS = 100