Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit 379860d

Browse files
committed
set ginkgo slowSpecThreshold to 20 in bin/test
1 parent 1573c32 commit 379860d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ if ! ginkgo \
4141
-p \
4242
-race \
4343
-timeout 20m \
44+
-slowSpecThreshold 20 \
4445
"$@"; then
4546
echo -e "\nSWEET SUITE SUCCESS"
4647
else

0 commit comments

Comments
 (0)