Skip to content

Commit 096e99f

Browse files
authored
Merge pull request #5057 from estesp/moar-time
Tune test timeouts for GH Actions
2 parents e58be59 + 13f904c commit 096e99f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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: 20
235+
timeout-minutes: 25
236236
needs: [project, linters, protos, man]
237237

238238
strategy:
@@ -353,7 +353,7 @@ jobs:
353353
name: CGroupsV2 and SELinux Integration
354354
# nested virtualization is only available on macOS hosts
355355
runs-on: macos-10.15
356-
timeout-minutes: 40
356+
timeout-minutes: 45
357357
needs: [project, linters, protos, man]
358358
strategy:
359359
matrix:

0 commit comments

Comments
 (0)