Skip to content

Commit 731366b

Browse files
committed
timeout for doctests
1 parent b35e208 commit 731366b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/_extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ def testMethod():
4747
test.description = lambda: "doctests are specified and all examples pass"
4848
test.test = testMethod
4949
test.fail = lambda info: info
50+
test.timeout = lambda: 120

0 commit comments

Comments
 (0)