File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,8 @@ ifneq ($(shell git status --porcelain),)
116116 BUILD_VERSION := $(BUILD_VERSION)-dirty
117117endif
118118
119+
120+
119121.PHONY : all
120122all : build
121123
@@ -393,12 +395,8 @@ test-component: envtest ginkgo ## Run component tests.
393395
394396.PHONY : test-e2e
395397test-e2e : manifests fmt vet # # Run e2e tests.
396-
397- export CODEFLARE_TEST_TIMEOUT_SHORT=10m
398- export CODEFLARE_TEST_TIMEOUT_MEDIUM=20m
399- export CODEFLARE_TEST_TIMEOUT_LONG=40m
400- go test -v -skip "^Test.*Gpu$ " ./test/e2e
401-
398+ CODEFLARE_TEST_TIMEOUT_MEDIUM=5m CODEFLARE_TEST_TIMEOUT_LONG=30m go test -v -skip " ^Test.*Gpu$$ " ./test/e2e -timeout=60m
399+
402400.PHONY : kind-e2e
403401kind-e2e : # # Set up e2e KinD cluster
404402 test/e2e/kind.sh
You can’t perform that action at this time.
0 commit comments