File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ) \
You can’t perform that action at this time.
0 commit comments