mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-22 19:08:58 +00:00
Increase allowed test runtimes (fixes #1049)
This commit is contained in:
parent
8bd52946b4
commit
d669c07e8a
2
build.go
2
build.go
@ -181,7 +181,7 @@ func setup() {
|
||||
|
||||
func test(pkg string) {
|
||||
setBuildEnv()
|
||||
runPrint("go", "test", "-short", "-timeout", "10s", pkg)
|
||||
runPrint("go", "test", "-short", "-timeout", "60s", pkg)
|
||||
}
|
||||
|
||||
func install(pkg string, tags []string) {
|
||||
|
Loading…
Reference in New Issue
Block a user