Skip to content

Commit

Permalink
ci: bump test timeouts (#5985)
Browse files Browse the repository at this point in the history
Bumping the test timeouts.

### QA Notes

n/a
  • Loading branch information
midleman authored Jan 14, 2025
1 parent f773698 commit cf46fce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ permissions:
jobs:
e2e-linux:
name: ${{ inputs.display_name || 'e2e-linux' }}
timeout-minutes: 45
timeout-minutes: 60
runs-on: ubuntu-latest-8x
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
integration-tests:
name: integration
runs-on: ubuntu-latest-4x
timeout-minutes: 30
timeout-minutes: 40
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
POSITRON_BUILD_NUMBER: 0 # CI skips building releases
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
unit-tests:
name: unit
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 40
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
POSITRON_BUILD_NUMBER: 0 # CI skips building releases
Expand Down

0 comments on commit cf46fce

Please sign in to comment.