File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148148 -race
149149 -p 2
150150 -count 1
151- -timeout=20m
151+ -timeout=30m
152152 -coverprofile='unit.coverage.${{ matrix.os }}-${{ matrix.go }}.out'
153153 -covermode=atomic
154154 -coverpkg='${{ needs.lint.outputs.coverpkg }}' ${EXTRA_FLAGS}
@@ -169,7 +169,7 @@ jobs:
169169 -race
170170 -p 2
171171 -count 1
172- -timeout=20m
172+ -timeout=30m
173173 -coverprofile='unit.coverage.${{ matrix.os }}-${{ matrix.go }}.out'
174174 -covermode=atomic
175175 -coverpkg='${{ needs.lint.outputs.coverpkg }}' ${EXTRA_FLAGS}
Original file line number Diff line number Diff line change 8080 -race
8181 -p 2
8282 -count 1
83- -timeout=20m
83+ -timeout=30m
8484 -coverprofile='unit.coverage.${{ matrix.os }}-${{ matrix.go }}.out'
8585 -covermode=atomic
8686 -coverpkg="$(go list)"/... ${EXTRA_FLAGS}
You can’t perform that action at this time.
0 commit comments