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 f1969ca + 5a48d2c commit 6f7e410Copy full SHA for 6f7e410
.github/workflows/nightly_ci.yaml
@@ -96,7 +96,7 @@ jobs:
96
run: |
97
jupyter kernel &
98
cd notebooks
99
- find . -name '*.ipynb' -exec pytest --nbmake --overwrite --nbmake-timeout=600 {} +
+ find . -name '*.ipynb' -exec pytest --nbmake --overwrite --nbmake-timeout=900 {} +
100
rm template.ipynb
101
102
- name: Create Notebook Artifact
.github/workflows/notebook_ci.yaml
@@ -98,7 +98,7 @@ jobs:
103
104
0 commit comments