mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +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
|
@ -683,6 +683,7 @@ class FaultHandlerTests(unittest.TestCase):
|
|||
with tempfile.TemporaryFile('wb+') as fp:
|
||||
self.check_dump_traceback_later(fd=fp.fileno())
|
||||
|
||||
@support.requires_resource('walltime')
|
||||
def test_dump_traceback_later_twice(self):
|
||||
self.check_dump_traceback_later(loops=2)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue