Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe3004 commit bdb383cCopy full SHA for bdb383c
.github/workflows/nightly-gauntlet.yaml
@@ -39,7 +39,7 @@ jobs:
39
# -race is likeliest to catch flaky tests
40
# due to correctness detection and its performance
41
# impact.
42
- gotestsum --junitfile="gotests.xml" -- -timeout=240m -count=10 -race ./...
+ gotestsum --junitfile="gotests.xml" -- -timeout=240m -count=3 -race ./...
43
44
- name: Upload test results to DataDog
45
uses: ./.github/actions/upload-datadog
0 commit comments