We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa97be5 commit fc1b53dCopy full SHA for fc1b53d
Makefile
@@ -393,7 +393,11 @@ test-component: envtest ginkgo ## Run component tests.
393
394
.PHONY: test-e2e
395
test-e2e: manifests fmt vet ## Run e2e tests.
396
- go test -timeout 30m -v ./test/e2e
+
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
402
.PHONY: kind-e2e
403
kind-e2e: ## Set up e2e KinD cluster
0 commit comments