Skip to content

Commit

Permalink
further increase timeout of go tests to 45 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
JensGutermuth committed Aug 1, 2018
1 parent f5e7b70 commit 94456c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ fi
echo "Running integration tests..."
make out/executor
pushd integration
go test -v --bucket "${GCS_BUCKET}" --repo "${IMAGE_REPO}" --timeout 15m
go test -v --bucket "${GCS_BUCKET}" --repo "${IMAGE_REPO}" --timeout 45m

0 comments on commit 94456c8

Please sign in to comment.