Skip to content

Commit 0cece4f

Browse files
committed
Ginkgo parallel test node CI timeout debugging
1 parent a92133e commit 0cece4f

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
@@ -39,7 +39,7 @@ GINKGO_FLAGS_ALL = $(GINKGO_TEST_ARGS) -randomizeAllSpecs -slowSpecThreshold=$(S
3939
# Flags for tests that must not be run in parallel.
4040
GINKGO_FLAGS_SERIAL = $(GINKGO_FLAGS_ALL) -nodes=1
4141
# Flags for tests that may be run in parallel
42-
GINKGO_FLAGS=$(GINKGO_FLAGS_ALL) -nodes=$(TEST_EXEC_NODES)
42+
GINKGO_FLAGS=$(GINKGO_FLAGS_ALL) -debug -nodes=$(TEST_EXEC_NODES)
4343

4444

4545
default: bin

0 commit comments

Comments
 (0)