Skip to content

Commit

Permalink
Increase go test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTei committed Apr 10, 2024
1 parent 29feb07 commit df49ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: make bin bin/simple bin/minimal
working-directory: tests/go-tests
- name: Run tests
run: go test -v ./... -race -coverprofile=coverage.out -covermode=atomic
run: go test -v ./... -race -coverprofile=coverage.out -covermode=atomic --timeout=30m
working-directory: rvgo
- name: Fuzz
run: make fuzz
Expand Down

0 comments on commit df49ccf

Please sign in to comment.