Skip to content

Commit 58214ae

Browse files
committed
adding an iopub timout flag
1 parent af527db commit 58214ae

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
@@ -20,6 +20,7 @@ def _notebook_run(path):
2020
args = ["jupyter", "nbconvert", "--to", "notebook", "--execute",
2121
"--ExecutePreprocessor.kernel_name=python",
2222
"--ExecutePreprocessor.timeout=None",
23+
"ExecutePreprocessor.iopub_timeout=100",
2324
"--output", fout.name, path]
2425
subprocess.check_call(args)
2526

0 commit comments

Comments
 (0)