Skip to content

Commit

Permalink
.github: give more slack for build+tests.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
klihub committed Jul 24, 2023
1 parent ac26f8c commit 8d47846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

name: ${{ matrix.os }} / ${{ matrix.go }}
runs-on: ${{ matrix.os }}
timeout-minutes: 5
timeout-minutes: 10
steps:

- uses: actions/setup-go@v3
Expand Down

0 comments on commit 8d47846

Please sign in to comment.