Reduce test timeout on Travis

This commit is contained in:
Fabian Reinartz 2017-07-14 08:00:18 +02:00
parent 9c4235532e
commit 47afc8e00f
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ sudo: false
language: go
go:
- 1.8
- 1.8.x
go_import_path: github.com/prometheus/tsdb
@ -14,6 +14,6 @@ install:
- go get -t ./...
script:
- go test ./...
- go test -timeout 5m ./...