Skip to content

Commit 2ad54a2

Browse files
Merge pull request #5255 from dmcgowan/bump-linux-integration-timeout
Increase timeout for linux integration tests
2 parents 792336b + ec4d773 commit 2ad54a2

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)