Skip to content

Commit ec4d773

Browse files
committed
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 <[email protected]>
1 parent d54225c commit ec4d773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
integration-linux:
233233
name: Linux Integration
234234
runs-on: ubuntu-18.04
235-
timeout-minutes: 25
235+
timeout-minutes: 30
236236
needs: [project, linters, protos, man]
237237

238238
strategy:

0 commit comments

Comments
 (0)