Skip to content

Commit

Permalink
Increase main testsuite timeout to avoid failing job (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
triffer authored Jul 3, 2024
1 parent 4d0f42f commit 1d210a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ POST_IMAGE_VERSION=v$(shell date '+%Y%m%d')-$(shell printf %.8s ${PULL_BASE_SHA}
.PHONY: istio-integration-test
istio-integration-test: install deploy
# Increased TEST_REQUEST_TIMEOUT to 300s to avoid timeouts on newly created k3s clusters
cd tests/integration && TEST_REQUEST_TIMEOUT=300s && EXPORT_RESULT=true go test -v -timeout 35m -run TestIstioMain
cd tests/integration && TEST_REQUEST_TIMEOUT=300s && EXPORT_RESULT=true go test -v -timeout 50m -run TestIstioMain

.PHONY: grpc-performance-test
grpc-performance-test:
Expand Down

0 comments on commit 1d210a6

Please sign in to comment.