File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 73
73
GOMAXPROCS : ${{ runner.os == 'Windows' && 1 || 2 }}
74
74
run : gotestsum --junitfile="gotests.xml" --packages="./..." --
75
75
-covermode=atomic -coverprofile="gotests.coverage"
76
- -timeout=3m -count=$GOCOUNT -race -short -failfast
76
+ -timeout=15m -count=$GOCOUNT -race -short -failfast
77
77
78
78
- name : Upload DataDog Trace
79
79
if : (success() || failure()) && github.actor != 'dependabot[bot]'
88
88
env :
89
89
GOCOUNT : ${{ github.event.inputs.iterationCount || 15 }}
90
90
run : DB=true gotestsum --junitfile="gotests.xml" --packages="./..." --
91
- -covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
91
+ -covermode=atomic -coverprofile="gotests.coverage" -timeout=15m
92
92
-count=$GOCOUNT -race -parallel=2 -failfast
93
93
94
94
- name : Upload DataDog Trace
You can’t perform that action at this time.
0 commit comments