.github: give more slack for build+tests.
Increase timeout for build+run tests CI workflow job from 5 to 10 minutes. It regularly times out during github's busiest hours, typically either on windows or macos workers. Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
This commit is contained in:
parent
ac26f8cbea
commit
8d4784675e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -82,7 +82,7 @@ jobs:
|
|||||||
|
|
||||||
name: ${{ matrix.os }} / ${{ matrix.go }}
|
name: ${{ matrix.os }} / ${{ matrix.go }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 5
|
timeout-minutes: 10
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user