set integration test timeout to 50 minutes

This is the max job execution time that travis free tier supports
This commit is contained in:
cvgw 2020-02-29 14:43:23 -08:00
parent 9f18d8006c
commit ce4ff8da3f
1 changed files with 1 additions and 1 deletions

View File

@ -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 "$@"