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

Commit

Permalink
ci: Extend timeout for tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Jan 14, 2022
1 parent 8dafdbb commit cbfb125
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/go-test-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ runs:
- name: Install go-ipfs
shell: bash
run: (cd /tmp && go install github.com/ipfs/go-ipfs/cmd/ipfs@master)
- if: ${{ runner.os == 'Windows' }}
name: Extend timeout for tests
shell: bash
run: echo "GOFLAGS=$GOFLAGS -timeout=20m" >> $GITHUB_ENV

0 comments on commit cbfb125

Please sign in to comment.