Skip to content

Commit 4dd5858

Browse files
committed
Increase timeout to avoid error when tests are run on github
1 parent cac3187 commit 4dd5858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def _notebook_run(self, path):
6969
"--to",
7070
"notebook",
7171
"--execute",
72-
"--ExecutePreprocessor.timeout=60",
72+
"--ExecutePreprocessor.timeout=600",
7373
"--output",
7474
fout.name,
7575
path,

0 commit comments

Comments
 (0)