Skip to content

Commit 50125ba

Browse files
committed
Add longer timeout to conformance test run
1 parent 9dbcc7c commit 50125ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ run-conformance-tests: ## Run conformance tests
5656
kubectl run -i conformance \
5757
--image=$(CONFORMANCE_PREFIX):$(CONFORMANCE_TAG) --image-pull-policy=Never \
5858
--overrides='{ "spec": { "serviceAccountName": "conformance" } }' \
59-
--restart=Never -- sh -c "go test -v . -tags conformance,experimental -args --gateway-class=$(GATEWAY_CLASS) \
59+
--restart=Never -- sh -c "go test -v -timeout 45m . -tags conformance,experimental -args --gateway-class=$(GATEWAY_CLASS) \
6060
--version=$(NGF_VERSION) --skip-tests=$(SKIP_TESTS) --conformance-profiles=$(CONFORMANCE_PROFILES) \
6161
--report-output=output.txt; cat output.txt" | tee output.txt
6262
./scripts/check-pod-exit-code.sh conformance
@@ -98,7 +98,7 @@ run-inference-conformance-tests: ## Run inference conformance tests
9898
kubectl run -i conformance-inference \
9999
--image=$(CONFORMANCE_PREFIX):$(CONFORMANCE_TAG) --image-pull-policy=Never \
100100
--overrides='{ "spec": { "serviceAccountName": "conformance" } }' \
101-
--restart=Never -- sh -c "go test -v . -tags conformance -args --gateway-class=$(GATEWAY_CLASS) \
101+
--restart=Never -- sh -c "go test -v -timeout 45m . -tags conformance -args --gateway-class=$(GATEWAY_CLASS) \
102102
--version=$(NGF_VERSION) \
103103
--skip-tests=$(INFERENCE_SKIP_TESTS) \
104104
--supported-features=$(INFERENCE_SUPPORTED_FEATURES) \

0 commit comments

Comments
 (0)