Skip to content

Commit

Permalink
Merge pull request kubernetes-retired#894 from mumoshu/longer-test-ti…
Browse files Browse the repository at this point in the history
…meout-in-ci

Fix test timeouts in CI
  • Loading branch information
mumoshu authored Aug 30, 2017
2 parents 9e4101a + 7a5fe90 commit c50663f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/test
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ default() {
with-cover() {
test -z "$(find . -path ./vendor -prune -type f -o -name '*.go' -exec gofmt -d {} + | tee /dev/stderr)"
for d in $(go list ./... | grep -v '/vendor/' | grep -v '/hack'); do
go test -timeout 15m -v --race -coverprofile=profile.out -covermode=atomic $d
go test -timeout 20m -v --race -coverprofile=profile.out -covermode=atomic $d
if [ -f profile.out ]; then
cat profile.out >> coverage.txt
rm profile.out
Expand Down

0 comments on commit c50663f

Please sign in to comment.