mirror of https://github.com/minio/minio.git
build: Increase the travis build test timeout to 15mins
This commit is contained in:
parent
864b8795aa
commit
ac9ba13c19
|
@ -14,7 +14,7 @@ env:
|
|||
|
||||
script:
|
||||
- make
|
||||
- make test GOFLAGS="-race -v"
|
||||
- make test GOFLAGS="-timeout 15m -race -v"
|
||||
- make coverage
|
||||
|
||||
after_success:
|
||||
|
|
Loading…
Reference in New Issue