summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_concurrent_futures/executor.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_concurrent_futures/executor.py')
-rw-r--r--Lib/test/test_concurrent_futures/executor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_concurrent_futures/executor.py b/Lib/test/test_concurrent_futures/executor.py
index 36278bd..1e7d434 100644
--- a/Lib/test/test_concurrent_futures/executor.py
+++ b/Lib/test/test_concurrent_futures/executor.py
@@ -53,6 +53,7 @@ class ExecutorTest:
self.assertEqual(i.__next__(), (0, 1))
self.assertRaises(ZeroDivisionError, i.__next__)
+ @support.requires_resource('walltime')
def test_map_timeout(self):
results = []
try: