Skip to content

Commit b1a6062

Browse files
committed
Slow down the unit tests
1 parent 19402ad commit b1a6062

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ envtest-k8s-bins: $(SETUP_ENVTEST)
240240

241241
.PHONY: test-unit
242242
test-unit: $(SETUP_ENVTEST) envtest-k8s-bins #HELP Run the unit tests
243+
echo "JSAF sleeping"
244+
sleep 999999
243245
rm -rf $(COVERAGE_UNIT_DIR) && mkdir -p $(COVERAGE_UNIT_DIR)
244246
KUBEBUILDER_ASSETS="$(shell $(SETUP_ENVTEST) use -p path $(ENVTEST_VERSION) $(SETUP_ENVTEST_BIN_DIR_OVERRIDE))" \
245247
CGO_ENABLED=1 go test \

0 commit comments

Comments
 (0)