build: Increase the travis build test timeout to 15mins

This commit is contained in:
Harshavardhana 2017-01-30 01:39:53 -08:00
parent 864b8795aa
commit ac9ba13c19
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ env:
script:
- make
- make test GOFLAGS="-race -v"
- make test GOFLAGS="-timeout 15m -race -v"
- make coverage
after_success: