Skip to content

Commit 2fd2cfa

Browse files
authored
Merge pull request #126 from jhlegarreta/IncreaseNotebookCellTimeout
MAINT: Increase notebook timeout value
2 parents 43b2f67 + d64ba39 commit 2fd2cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/run_notebooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
# Find and run the notebooks
2929
notebooks = glob.glob("docs/notebooks/*.ipynb")
3030

31-
sys.exit(subprocess.call(["pytest", "--nbmake"] + notebooks))
31+
sys.exit(subprocess.call(["pytest", "--nbmake", "--nbmake-timeout=3600"] + notebooks))

0 commit comments

Comments
 (0)