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 cf05b46 commit 636c911Copy full SHA for 636c911
.github/workflows/coder-test-stability.yaml
@@ -88,7 +88,7 @@ jobs:
88
env:
89
GOCOUNT: ${{ github.event.inputs.iterationCount || 10 }}
90
run: DB=true gotestsum --junitfile="gotests.xml" --packages="./..." --
91
- -covermode=atomic -coverprofile="gotests.coverage" -timeout=15m
+ -covermode=atomic -coverprofile="gotests.coverage" -timeout=30m
92
-count=$GOCOUNT -race -parallel=2 -failfast
93
94
- name: Upload DataDog Trace
0 commit comments