Skip to content

Commit fc96c9e

Browse files
committed
e2e: increase test timeout to 20m
TestTagResolution adds ~5m to the suite, pushing past the old 10m limit. Assisted-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Alice Frosi <afrosi@redhat.com>
1 parent e3d8661 commit fc96c9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ e2e: ## Run e2e tests (requires: make deploy-bink). V=1 for verbose. RUN=<regex>
6969
ARTIFACTS=$(ARTIFACTS) \
7070
BINK_NODE_IMAGE_DIGEST=$$(skopeo inspect --tls-verify=false --format '{{.Digest}}' docker://localhost:5000/node:latest) \
7171
BINK_NODE_IMAGE_UPDATE_DIGEST=$$(skopeo inspect --tls-verify=false docker://localhost:5000/node:update | jq -r '.Digest') \
72-
go test -timeout 10m -count=1 $(if $(V),-v) $(if $(RUN),-run $(RUN)) .
72+
go test -timeout 20m -count=1 $(if $(V),-v) $(if $(RUN),-run $(RUN)) .
7373

7474
##@ Build
7575

0 commit comments

Comments
 (0)