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:
Derek McGowan
2021-03-23 12:10:41 -07:00
parent d54225ccee
commit ec4d7736d8

View File

@@ -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: