Increase timeout for linux integration tests
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>
This commit is contained in:
parent
d54225ccee
commit
ec4d7736d8
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user