Skip to content

Commit

Permalink
Introduce 120s sleep in linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
iand committed Oct 28, 2021
1 parent d4bffc4 commit 95145af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
uses: protocol/multiple-go-modules@v1.2
with:
run: go test -v -coverprofile module-coverage.txt ./...
- name: Sleep for 120 seconds
if: ${{ matrix.os == 'ubuntu' }}
run: sleep 120s
shell: bash
- name: Run tests (32 bit)
if: ${{ matrix.os != 'macos' }} # can't run 32 bit tests on OSX.
uses: protocol/multiple-go-modules@v1.2
Expand Down

0 comments on commit 95145af

Please sign in to comment.