Skip to content

Commit

Permalink
extend pools test workflow timeout to 60 minutes (#10271)
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Feb 17, 2022
1 parent a7c73e4 commit 5d2770c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-macos-pools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build:
name: MacOS pools Tests
runs-on: ${{ matrix.os }}
timeout-minutes: 45
timeout-minutes: 60
strategy:
fail-fast: false
max-parallel: 4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-ubuntu-pools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build:
name: Ubuntu pools Test
runs-on: ${{ matrix.os }}
timeout-minutes: 45
timeout-minutes: 60
strategy:
fail-fast: false
max-parallel: 4
Expand Down
2 changes: 1 addition & 1 deletion tests/pools/config.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
job_timeout = 45
job_timeout = 60

0 comments on commit 5d2770c

Please sign in to comment.