There was an error while loading. Please reload this page.
1 parent db945ee commit 638e5b5Copy full SHA for 638e5b5
tests.py
@@ -7,7 +7,7 @@ def exec_notebook(path):
7
with tempfile.NamedTemporaryFile(suffix=".ipynb") as fout:
8
print(fout.name)
9
args = ["jupyter", "nbconvert", "--to", "notebook", "--execute",
10
- "--ExecutePreprocessor.timeout=10000",
+ "--ExecutePreprocessor.timeout=100000",
11
"--output", fout.name, path]
12
subprocess.check_call(args)
13
0 commit comments