Skip to content

Commit 92cf09d

Browse files
committed
fix(test): timeout to 30m to support integration tests
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 687e923 commit 92cf09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
-race
187187
-p 2
188188
-count 1
189-
-timeout=20m
189+
-timeout=30m
190190
-coverprofile='unit.coverage.${{ matrix.os }}-${{ matrix.go }}.out'
191191
-covermode=atomic
192192
-coverpkg="$(go list)"/... ${EXTRA_FLAGS}

0 commit comments

Comments
 (0)