Skip to content

Commit 638e5b5

Browse files
committed
increased timeout
1 parent db945ee commit 638e5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def exec_notebook(path):
77
with tempfile.NamedTemporaryFile(suffix=".ipynb") as fout:
88
print(fout.name)
99
args = ["jupyter", "nbconvert", "--to", "notebook", "--execute",
10-
"--ExecutePreprocessor.timeout=10000",
10+
"--ExecutePreprocessor.timeout=100000",
1111
"--output", fout.name, path]
1212
subprocess.check_call(args)
1313

0 commit comments

Comments
 (0)