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 <estesp@amazon.com>
This commit is contained in:
Phil Estes 2021-02-19 16:27:43 -05:00
parent e58be59cbd
commit 13f904cde2
No known key found for this signature in database
GPG Key ID: FE2598126B196A38

View File

@ -232,7 +232,7 @@ jobs:
integration-linux: integration-linux:
name: Linux Integration name: Linux Integration
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
timeout-minutes: 20 timeout-minutes: 25
needs: [project, linters, protos, man] needs: [project, linters, protos, man]
strategy: strategy:
@ -353,7 +353,7 @@ jobs:
name: CGroupsV2 and SELinux Integration name: CGroupsV2 and SELinux Integration
# nested virtualization is only available on macOS hosts # nested virtualization is only available on macOS hosts
runs-on: macos-10.15 runs-on: macos-10.15
timeout-minutes: 40 timeout-minutes: 45
needs: [project, linters, protos, man] needs: [project, linters, protos, man]
strategy: strategy:
matrix: matrix: