Skip to content

Commit efeea5f

Browse files
committed
increase assert time
1 parent 4576c18 commit efeea5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ test: generate fmt vet envtest ## Run tests.
147147

148148
.PHONY: e2etest
149149
e2etest: generate local-deploy local-release chainsaw
150-
GIT_REF=$(GIT_REF) $(CHAINSAW) test ./e2e --assert-timeout 800s $(E2E_SELECTOR)
150+
GIT_REF=$(GIT_REF) $(CHAINSAW) test ./e2e --assert-timeout 1200s $(E2E_SELECTOR)
151151

152152
local-deploy: kind ctlptl tilt kustomize clusterctl
153153
@echo -n "LINODE_TOKEN=$(LINODE_TOKEN)" > config/default/.env.linode

0 commit comments

Comments
 (0)