Skip to content

Commit 8d47846

Browse files
committed
.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 <[email protected]>
1 parent ac26f8c commit 8d47846

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
name: ${{ matrix.os }} / ${{ matrix.go }}
8484
runs-on: ${{ matrix.os }}
85-
timeout-minutes: 5
85+
timeout-minutes: 10
8686
steps:
8787

8888
- uses: actions/setup-go@v3

0 commit comments

Comments
 (0)