Skip to content

Commit

Permalink
Remove 45mins timeout for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Sep 25, 2024
1 parent 1797037 commit 2d4785d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytests-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
defaults:
run:
shell: bash -l {0}
timeout-minutes: 45
# timeout-minutes: 45
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
defaults:
run:
shell: bash -l {0}
timeout-minutes: 45
# timeout-minutes: 45
strategy:
fail-fast: true
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run:
shell: bash -l {0}
continue-on-error: ${{ matrix.experimental }}
timeout-minutes: 45
# timeout-minutes: 45
strategy:
max-parallel: 12
fail-fast: false
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
run:
shell: bash -l {0}
continue-on-error: ${{ matrix.experimental }}
timeout-minutes: 45
# timeout-minutes: 45
strategy:
max-parallel: 12
fail-fast: false
Expand Down

0 comments on commit 2d4785d

Please sign in to comment.