We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f4c96 commit abbaf81Copy full SHA for abbaf81
tests/test_regr1.py
@@ -107,7 +107,7 @@ def run_test(self):
107
'no need to test on macOS where spawn is used instead of fork')
108
def test_issue39_regression(self):
109
signal.signal(signal.SIGALRM, self.on_alarm)
110
- signal.alarm(5)
+ signal.alarm(10)
111
112
try:
113
self.running = True
0 commit comments