Skip to content

Commit

Permalink
Increase timeout for linux integration tests
Browse files Browse the repository at this point in the history
The integration test times have slightly increased and are often
hitting the 25 minutes timeout. This increases to give more room
but still keeps it low enough to catch regressions in tests
causing longer than expected execution.

Signed-off-by: Derek McGowan <derek@mcg.dev>
  • Loading branch information
dmcgowan committed Mar 23, 2021
1 parent d54225c commit ec4d773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
integration-linux:
name: Linux Integration
runs-on: ubuntu-18.04
timeout-minutes: 25
timeout-minutes: 30
needs: [project, linters, protos, man]

strategy:
Expand Down

0 comments on commit ec4d773

Please sign in to comment.