set integration test timeout to 50 minutes
This is the max job execution time that travis free tier supports
This commit is contained in:
parent
9f18d8006c
commit
ce4ff8da3f
|
|
@ -37,4 +37,4 @@ fi
|
||||||
echo "Running integration tests..."
|
echo "Running integration tests..."
|
||||||
make out/executor
|
make out/executor
|
||||||
make out/warmer
|
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 "$@"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue