Skip to content

Commit b0bbf6b

Browse files
authored
fix: increase unit test timeout (#3260)
1 parent 8f47175 commit b0bbf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ unit-test: envtest ginkgo # directly use ginkgo since the framework is not compa
576576
${GINKGO} -r \
577577
--procs=8 \
578578
--compilers=2 \
579-
--timeout=15m \
579+
--timeout=20m \
580580
--poll-progress-after=30s \
581581
--poll-progress-interval=5s \
582582
--randomize-all \

0 commit comments

Comments
 (0)