Increase go test timeout to avoid invalid failures

pull/3706/head
Brandon Farmer 2018-06-18 01:02:44 -07:00
parent 5601553524
commit b4bd1a85c6
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ internal.pb.go: bolt/internal/internal.proto
test: jstest gotest gotestrace
gotest:
go test ./...
go test -timeout 10s ./...
gotestrace:
go test -race ./...