Skip to content

Commit bdb383c

Browse files
committed
Reducing the number of iterations of go-race to make it more likely to pass
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent cbe3004 commit bdb383c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-gauntlet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# -race is likeliest to catch flaky tests
4040
# due to correctness detection and its performance
4141
# impact.
42-
gotestsum --junitfile="gotests.xml" -- -timeout=240m -count=10 -race ./...
42+
gotestsum --junitfile="gotests.xml" -- -timeout=240m -count=3 -race ./...
4343
4444
- name: Upload test results to DataDog
4545
uses: ./.github/actions/upload-datadog

0 commit comments

Comments
 (0)