Skip to content

Commit

Permalink
Merge pull request openshift#1653 from alvaroaleman/unittest-timeout
Browse files Browse the repository at this point in the history
Increase the unittest timeout to 20m from the default 10m
  • Loading branch information
openshift-ci[bot] authored Aug 5, 2022
2 parents 06d8f88 + 9279ed4 commit 0d33e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ app-sre-saas-template: hypershift

# Run tests
.PHONY: test
test: build
$(GO) test -race -count=25 ./... -coverprofile cover.out
test:
$(GO) test -race -count=25 -timeout=20m ./... -coverprofile cover.out

.PHONY: e2e
e2e:
Expand Down

0 comments on commit 0d33e66

Please sign in to comment.