Skip to content

Commit

Permalink
Add timeout minutes
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Coffman <[email protected]>
  • Loading branch information
StevenACoffman committed May 3, 2023
1 parent c839b6c commit 4d8f850
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ jobs:
uses: nick-fields/retry@v2
with:
max_attempts: 3
timeout_minutes: 20
command: go mod download && go test -race ./...
- run: go mod download && go test -race ./...
- name: Example tests
uses: nick-fields/retry@v2
with:
max_attempts: 3
timeout_minutes: 20
command: cd _examples && go mod download && go test -race ./...

0 comments on commit 4d8f850

Please sign in to comment.