increase travis timeout for e2e tests
This commit is contained in:
parent
87f67463f8
commit
fa11fe9410
|
|
@ -20,4 +20,4 @@ script:
|
|||
- hack/verify-codegen.sh
|
||||
- travis_wait 20 go test -race -covermode atomic -coverprofile=profile.cov ./pkg/... -v
|
||||
- goveralls -coverprofile=profile.cov -service=travis-ci -v
|
||||
- make e2e
|
||||
- travis_wait 20 make e2e
|
||||
|
|
|
|||
Loading…
Reference in New Issue