Skip to content

Commit

Permalink
Increase timeout for nbmake.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Oct 4, 2023
1 parent ce77c4c commit 08de8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
pip install -r requirements.txt
- name: pytest
run: |
pytest --nbmake lectures/notebooks/*.ipynb
pytest --nbmake --nbmake-timeout=2000 lectures/notebooks/*.ipynb

0 comments on commit 08de8e2

Please sign in to comment.