mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
gh-108416: Mark slow but not CPU bound test methods with requires_resource('walltime') (GH-108480)
This commit is contained in:
parent
f980cc19b9
commit
1e0d62793a
18 changed files with 48 additions and 3 deletions
|
|
@ -745,6 +745,7 @@ class SiginterruptTest(unittest.TestCase):
|
|||
interrupted = self.readpipe_interrupted(True)
|
||||
self.assertTrue(interrupted)
|
||||
|
||||
@support.requires_resource('walltime')
|
||||
def test_siginterrupt_off(self):
|
||||
# If a signal handler is installed and siginterrupt is called with
|
||||
# a false value for the second argument, when that signal arrives, it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue