diff options
| author | J08nY | 2025-08-11 14:01:38 +0200 |
|---|---|---|
| committer | J08nY | 2025-08-11 14:01:38 +0200 |
| commit | a678e53432e80f4b591762b4215bb2a5706eb239 (patch) | |
| tree | 95399ce353feac3d7cce82101ecf7e205ccc1e96 /test/misc/test_utils.py | |
| parent | f1e9cc2559ce9e163484a9a80f5e3a1044306e26 (diff) | |
| download | pyecsca-a678e53432e80f4b591762b4215bb2a5706eb239.tar.gz pyecsca-a678e53432e80f4b591762b4215bb2a5706eb239.tar.zst pyecsca-a678e53432e80f4b591762b4215bb2a5706eb239.zip | |
Diffstat (limited to 'test/misc/test_utils.py')
| -rw-r--r-- | test/misc/test_utils.py | 3 |
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 |
