diff options
| -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 |
