Skip to content

Commit

Permalink
ci(github): increase timeout on Windows (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
donatorsky authored May 15, 2023
1 parent 8e50fca commit 8ad8758
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
- 'macos-latest'
- 'windows-latest'

include:
- timeout-minutes: 3
- timeout-minutes: 5
operating-system: 'windows-latest'

runs-on: ${{ matrix.operating-system }}
name: 'Go ${{ matrix.go-version }}: Test on ${{ matrix.operating-system }}'

Expand All @@ -66,7 +71,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Run tests
timeout-minutes: 3
timeout-minutes: ${{ matrix.timeout-minutes }}
run: go test ./...

code-coverage:
Expand Down

0 comments on commit 8ad8758

Please sign in to comment.