Skip to content

Commit a1c1eaf

Browse files
committed
increase e2e timeout
Signed-off-by: Tim Ramlot <[email protected]>
1 parent 66f6311 commit a1c1eaf

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
@@ -163,7 +163,7 @@ test: test-unit-deps | $(NEEDS_GO) $(NEEDS_GOTESTSUM) ## Run unit tests.
163163

164164
.PHONY: test-e2e
165165
test-e2e: test-e2e-deps | $(NEEDS_GOTESTSUM) $(NEEDS_GINKGO) ## Run e2e tests. This creates a Kind cluster, installs dependencies, deploys the issuer-lib and runs the E2E tests.
166-
$(GOTESTSUM) ./internal/testsetups/simple/e2e/... -coverprofile cover.out -timeout 1m
166+
$(GOTESTSUM) ./internal/testsetups/simple/e2e/... -coverprofile cover.out -timeout 5m
167167

168168
$(GINKGO) ./internal/testsetups/simple/e2e/conformance/...
169169

0 commit comments

Comments
 (0)