Add top flag to tparse (#1205)
This commit is contained in:
parent
5a0306ce0c
commit
00570df1f9
@ -40,7 +40,7 @@ matrix:
|
||||
- go install -race ./...
|
||||
script:
|
||||
- go run scripts/use-ports.go -from 1024 -to 10000 &
|
||||
- go test -race -cover -coverprofile=.coverprofile -json -timeout 9m ./... | tparse -all
|
||||
- go test -race -cover -coverprofile=.coverprofile -json -timeout 9m ./... | tparse -all -top
|
||||
- goveralls -coverprofile=.coverprofile -service=travis-ci
|
||||
- rm .coverprofile
|
||||
- go run scripts/check-clean-directory.go
|
||||
|
@ -50,7 +50,7 @@ func TestMergePlanets(t *testing.T) {
|
||||
alpha.Start(ctx)
|
||||
beta.Start(ctx)
|
||||
|
||||
time.Sleep(4 * time.Second)
|
||||
time.Sleep(10 * time.Second)
|
||||
|
||||
test := func(tag string, satellites []*satellite.Peer, storageNodes []*storagenode.Peer) string {
|
||||
found, missing := 0, 0
|
||||
|
Loading…
Reference in New Issue
Block a user