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),)
116
116
BUILD_VERSION := $(BUILD_VERSION)-dirty
117
117
endif
118
118
119
+
120
+
119
121
.PHONY : all
120
122
all : build
121
123
@@ -393,12 +395,8 @@ test-component: envtest ginkgo ## Run component tests.
393
395
394
396
.PHONY : test-e2e
395
397
test-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
+
402
400
.PHONY : kind-e2e
403
401
kind-e2e : # # Set up e2e KinD cluster
404
402
test/e2e/kind.sh
You can’t perform that action at this time.
0 commit comments