Skip to content

Commit 44e1728

Browse files
committed
removing timeout time
1 parent 3ca26e2 commit 44e1728

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test_notebooks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def _notebook_run(path):
1818
os.chdir(dirname)
1919
with tempfile.NamedTemporaryFile(suffix=".ipynb") as fout:
2020
args = ["jupyter", "nbconvert", "--to", "notebook", "--execute",
21-
"--ExecutePreprocessor.timeout=120",
2221
"--ExecutePreprocessor.kernel_name=python",
2322
"--output", fout.name, path]
2423
subprocess.check_call(args)

0 commit comments

Comments
 (0)