Skip to content

Commit

Permalink
test: increase timeout to let the tests end
Browse files Browse the repository at this point in the history
Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
  • Loading branch information
championswimmer committed Feb 11, 2024
1 parent 03566f3 commit b158244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
go get ./...
- name: Test
run: go test -timeout 2s -coverprofile=coverage.txt -race -covermode=atomic -v -coverpkg=./src/... ./tests/... ./src/...
run: go test -timeout 5s -coverprofile=coverage.txt -race -covermode=atomic -v -coverpkg=./src/... ./tests/... ./src/...

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit b158244

Please sign in to comment.