diff options
Diffstat (limited to 'Lib/test/test_concurrent_futures.py')
| -rw-r--r-- | Lib/test/test_concurrent_futures.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/test/test_concurrent_futures.py b/Lib/test/test_concurrent_futures.py index c121653..f50255b 100644 --- a/Lib/test/test_concurrent_futures.py +++ b/Lib/test/test_concurrent_futures.py @@ -258,7 +258,8 @@ class FailingInitializerMixin(ExecutorMixin): future.result() # At some point, the executor should break - for _ in support.sleeping_retry(5, "executor not broken"): + for _ in support.sleeping_retry(support.SHORT_TIMEOUT, + "executor not broken"): if self.executor._broken: break |
