Skip to content

Commit

Permalink
added timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouya Rostam committed Oct 31, 2023
1 parent 9211b05 commit c7de702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ jobs:
run: go build

- name: Test
run: go test -modfile=go_test.mod -v -access_key ${{secrets.PV_VALID_ACCESS_KEY}}
run: go test timeout 30m -modfile=go_test.mod -v -access_key ${{secrets.PV_VALID_ACCESS_KEY}}

0 comments on commit c7de702

Please sign in to comment.