Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Commit cbfb125

Browse files
committed
ci: Extend timeout for tests on Windows
1 parent 8dafdbb commit cbfb125

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/go-test-setup/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ runs:
77
- name: Install go-ipfs
88
shell: bash
99
run: (cd /tmp && go install github.com/ipfs/go-ipfs/cmd/ipfs@master)
10+
- if: ${{ runner.os == 'Windows' }}
11+
name: Extend timeout for tests
12+
shell: bash
13+
run: echo "GOFLAGS=$GOFLAGS -timeout=20m" >> $GITHUB_ENV

0 commit comments

Comments
 (0)