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 b35e208 commit 731366bCopy full SHA for 731366b
tests/_extensions.py
@@ -47,3 +47,4 @@ def testMethod():
47
test.description = lambda: "doctests are specified and all examples pass"
48
test.test = testMethod
49
test.fail = lambda info: info
50
+ test.timeout = lambda: 120
0 commit comments