Skip to content

Commit 435746a

Browse files
committed
fix: set 30m test timeout across the board
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 92cf09d commit 435746a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go-test-monorepo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
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}

0 commit comments

Comments
 (0)