Merge pull request #5057 from estesp/moar-time

Tune test timeouts for GH Actions
This commit is contained in:
Fu, Wei 2021-02-20 10:17:24 +08:00 committed by GitHub
commit 096e99fe7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: