aboutsummaryrefslogtreecommitdiff
path: root/test/misc
diff options
context:
space:
mode:
authorJ08nY2025-08-11 14:01:38 +0200
committerJ08nY2025-08-11 14:01:38 +0200
commita678e53432e80f4b591762b4215bb2a5706eb239 (patch)
tree95399ce353feac3d7cce82101ecf7e205ccc1e96 /test/misc
parentf1e9cc2559ce9e163484a9a80f5e3a1044306e26 (diff)
downloadpyecsca-a678e53432e80f4b591762b4215bb2a5706eb239.tar.gz
pyecsca-a678e53432e80f4b591762b4215bb2a5706eb239.tar.zst
pyecsca-a678e53432e80f4b591762b4215bb2a5706eb239.zip
Diffstat (limited to 'test/misc')
-rw-r--r--test/misc/test_utils.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/misc/test_utils.py b/test/misc/test_utils.py
index d4409ed..660efa5 100644
--- a/test/misc/test_utils.py
+++ b/test/misc/test_utils.py
@@ -30,6 +30,3 @@ def test_executor_no_wait():
i, 5)
futures = list(pool.as_completed(wait=False))
assert len(futures) == 0
- time.sleep(2.5)
- futures = list(pool.as_completed(wait=False))
- assert len(futures) == 2