Skip to content

Commit 67f5ab5

Browse files
committed
add no timeout
1 parent bf88dbf commit 67f5ab5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test_notebooks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def _notebook_run(path):
1919
with tempfile.NamedTemporaryFile(suffix=".ipynb") as fout:
2020
args = ["jupyter", "nbconvert", "--to", "notebook", "--execute",
2121
"--ExecutePreprocessor.kernel_name=python",
22+
"--ExecutePreprocessor.timeout=None",
2223
"--output", fout.name, path]
2324
subprocess.check_call(args)
2425

0 commit comments

Comments
 (0)