Skip to content

Commit

Permalink
allow longer time for nb cells to run before timeout error
Browse files Browse the repository at this point in the history
  • Loading branch information
sblunt committed Jan 12, 2024
1 parent 66d6d23 commit dc93e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
python -m pip install . --no-build-isolation
- name: Run tutorial notebooks
run: |
py.test --nbmake docs/tutorials/*.ipynb
py.test --nbmake --nbmake-timeout=3000 docs/tutorials/*.ipynb

0 comments on commit dc93e0c

Please sign in to comment.