Skip to content

Commit

Permalink
Increase timeout length for e2e tests (#4374)
Browse files Browse the repository at this point in the history
We're regularly seeing e2e tests time out especially in Windows.
Doubling the timeout length, even though the real fix here is to make
them faster. The bulk of the time is compiling turborepo / ffi, so
moving more quickly towards full Rust port will alleviate these pains.
  • Loading branch information
mehulkar authored Mar 29, 2023
1 parent cda591b commit 57cbc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
name: Go E2E Tests
needs: determine_jobs
if: needs.determine_jobs.outputs.go_e2e == 'true'
timeout-minutes: 30
timeout-minutes: 60
runs-on: ${{ matrix.os.runner }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 57cbc4a

Please sign in to comment.