We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43b2f67 + d64ba39 commit 2fd2cfaCopy full SHA for 2fd2cfa
tools/run_notebooks.py
@@ -28,4 +28,4 @@
28
# Find and run the notebooks
29
notebooks = glob.glob("docs/notebooks/*.ipynb")
30
31
-sys.exit(subprocess.call(["pytest", "--nbmake"] + notebooks))
+sys.exit(subprocess.call(["pytest", "--nbmake", "--nbmake-timeout=3600"] + notebooks))
0 commit comments