Skip to content

Commit

Permalink
Increase Go test coverage run timeout to 25 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
kennknowles committed Nov 26, 2024
1 parent 78630d1 commit 856e92a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Delete old coverage
run: "cd sdks && rm -rf .coverage.txt || :"
- name: Run coverage
timeout-minutes: 25
run: cd sdks && go test -coverprofile=coverage.txt -covermode=atomic ./go/pkg/... ./go/container/... ./java/container/... ./python/container/... ./typescript/container/...
- uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 856e92a

Please sign in to comment.