Skip to content

Commit

Permalink
see if extending timeout works
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Oct 13, 2024
1 parent df04a08 commit 3aaf171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ jobs:
- name: Run example notebooks
run: |
python -m pytest -r fE -v -x --tb=short -nauto --nbval-lax --dist loadscope examples
python -m pytest -r fE -v -x --tb=short -nauto --nbval-lax --dist --nbval-cell-timeout=3000 loadscope examples

0 comments on commit 3aaf171

Please sign in to comment.