This repository was archived by the owner on Sep 11, 2020. It is now read-only.
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
Tests in the root package are too slow #780
Closed
Description
They should either be made faster (parallel tests, or other fixes), or the slowest should be skipped on testing.Short()
.
At the moment, this is far from ideal:
$ go test -short
OK: 197 passed
PASS
ok gopkg.in/src-d/go-git.v4 58.933s
I would have expected 10 seconds at most. Ideally, 2-3 seconds or less.