Skip to content

Commit

Permalink
remove ci warning, reduce timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulaKramer committed Mar 22, 2024
1 parent b5f41de commit 7989fa7
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=1800"
PYTEST_ARGS="--nbval-lax --nbval-current-env --nbval-cell-timeout=900"
pytest $PYTEST_ARGS

0 comments on commit 7989fa7

Please sign in to comment.