Skip to content

Commit 13f904c

Browse files
committed
Tune test timeouts for GH Actions
We have enough failures these days; getting timed out when tests are almost done is the last thing we need :) On avg. the Linux integration tests are taking 15-17 min, but sometimes they end up at 20 or a bit over and get canceled. I've seen rare cases where the Vagrant setup+build+test runs gets very close to 40 min as well. Signed-off-by: Phil Estes <[email protected]>
1 parent e58be59 commit 13f904c

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)