Skip to content

Commit

Permalink
Adjusted test times to for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
generikvault committed Nov 4, 2020
1 parent 98af462 commit dfd1d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ before_install:
- go get github.com/mattn/goveralls

script:
- go test -bench=. -benchmem -timeout 10m -coverprofile coverage.out
- go test -bench=. -benchmem -timeout 9m -coverprofile coverage.out
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken=$COVERALLS_TOKEN
- go test -bench=Random -benchtime 5m -timeout 30m -benchmem -coverprofile coverage.out
- go test -bench=Random -benchtime 3m -timeout 9m -benchmem -coverprofile coverage.out

go: "1.15"

0 comments on commit dfd1d24

Please sign in to comment.