Skip to content

Commit

Permalink
Merge pull request apache#33223: Increase Go test coverage run timeou…
Browse files Browse the repository at this point in the history
…t to 25 minutes
  • Loading branch information
kennknowles authored Nov 26, 2024
2 parents 5f59781 + e1b7b3f commit b4673d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go_tests.yml
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ jobs:
- name: Delete old coverage
run: "cd sdks && rm -rf .coverage.txt || :"
- name: Run coverage
run: cd sdks && go test -coverprofile=coverage.txt -covermode=atomic ./go/pkg/... ./go/container/... ./java/container/... ./python/container/... ./typescript/container/...
run: cd sdks && go test -timeout=25m -coverprofile=coverage.txt -covermode=atomic ./go/pkg/... ./go/container/... ./java/container/... ./python/container/... ./typescript/container/...
- uses: codecov/codecov-action@v3
with:
flags: go

0 comments on commit b4673d4

Please sign in to comment.