Skip to content

Commit

Permalink
ci: Increase the test timeout due to retry (#500)
Browse files Browse the repository at this point in the history
Issue #, if available:

*Description of changes:*
Increase the test timeout to 3 hours because it can have at most 3
retries.
One test run can currently take about 45 - 60 mins

*Testing done:*
Tested via previous nightly build


- [X] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Kevin Li <[email protected]>
  • Loading branch information
KevinLiAWS authored Jul 24, 2023
1 parent d08d102 commit e290e74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
needs:
- get-tag-name
- macos-aarch64-pkg-build
timeout-minutes: 60
timeout-minutes: 180
env:
ACCESS_TOKEN: ${{ secrets.FINCH_BOT_TOKEN }}
steps:
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
needs:
- get-tag-name
- macos-x86-64-pkg-build
timeout-minutes: 60
timeout-minutes: 180
env:
ACCESS_TOKEN: ${{ secrets.FINCH_BOT_TOKEN }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-homebrew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
[self-hosted, macos, arm64, 13, release],
]
runs-on: ${{ matrix.os }}
timeout-minutes: 60
timeout-minutes: 180
env:
FINCH_TAG: ${{ needs.get-latest-tag.outputs.tag }}
FINCH_VERSION: ${{ needs.get-latest-tag.outputs.version }}
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
[self-hosted, macos, amd64, 13, release],
]
runs-on: ${{ matrix.os }}
timeout-minutes: 60
timeout-minutes: 180
env:
FINCH_TAG: ${{ needs.get-latest-tag.outputs.tag }}
FINCH_VERSION: ${{ needs.get-latest-tag.outputs.version }}
Expand Down

0 comments on commit e290e74

Please sign in to comment.