From ce4ff8da3ff754c37d8ce6029b227053c60f7730 Mon Sep 17 00:00:00 2001 From: cvgw Date: Sat, 29 Feb 2020 14:43:23 -0800 Subject: [PATCH] set integration test timeout to 50 minutes This is the max job execution time that travis free tier supports --- integration-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-test.sh b/integration-test.sh index 0463fb89c..3af24c922 100755 --- a/integration-test.sh +++ b/integration-test.sh @@ -37,4 +37,4 @@ fi echo "Running integration tests..." make out/executor make out/warmer -go test ./integration/... -v --bucket "${GCS_BUCKET}" --repo "${IMAGE_REPO}" --timeout 30m "$@" +go test ./integration/... -v --bucket "${GCS_BUCKET}" --repo "${IMAGE_REPO}" --timeout 50m "$@"