Skip to content

Commit

Permalink
increased timeout ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulaKramer committed Mar 22, 2024
1 parent 7fdc80c commit 1dd2579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ jobs:
- name: Run tests
shell: bash -l {0}
run: |
PYTEST_ARGS="--nbval-lax --current-env --nbval-cell-timeout=900"
PYTEST_ARGS="--nbval-lax --current-env --nbval-cell-timeout=1800"
pytest $PYTEST_ARGS

0 comments on commit 1dd2579

Please sign in to comment.