diff options
Diffstat (limited to 'Lib/test/test_eintr.py')
-rw-r--r-- | Lib/test/test_eintr.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_eintr.py b/Lib/test/test_eintr.py index 528147802ba..49b15f1a2db 100644 --- a/Lib/test/test_eintr.py +++ b/Lib/test/test_eintr.py @@ -9,6 +9,7 @@ from test.support import script_helper class EINTRTests(unittest.TestCase): @unittest.skipUnless(hasattr(signal, "setitimer"), "requires setitimer()") + @support.requires_resource('walltime') def test_all(self): # Run the tester in a sub-process, to make sure there is only one # thread (for reliable signal delivery). |