Browse Source

Reduce test timeout on Travis

pull/5805/head
Fabian Reinartz 7 years ago
parent
commit
47afc8e00f
  1. 4
      .travis.yml

4
.travis.yml

@ -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 ./...

Loading…
Cancel
Save