We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e58be59 + 13f904c commit 096e99fCopy full SHA for 096e99f
1 file changed
.github/workflows/ci.yml
@@ -232,7 +232,7 @@ jobs:
232
integration-linux:
233
name: Linux Integration
234
runs-on: ubuntu-18.04
235
- timeout-minutes: 20
+ timeout-minutes: 25
236
needs: [project, linters, protos, man]
237
238
strategy:
@@ -353,7 +353,7 @@ jobs:
353
name: CGroupsV2 and SELinux Integration
354
# nested virtualization is only available on macOS hosts
355
runs-on: macos-10.15
356
- timeout-minutes: 40
+ timeout-minutes: 45
357
358
359
matrix:
0 commit comments