build: Increase the travis build test timeout to 15mins

master
Harshavardhana 8 years ago
parent 864b8795aa
commit ac9ba13c19
  1. 2
      .travis.yml

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

Loading…
Cancel
Save