mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-04 07:26:28 +08:00
TestConcurrentProcesses: enlarge timeout, enables slow builders to pass
This commit is contained in:
@@ -630,7 +630,7 @@ outer:
|
||||
}
|
||||
|
||||
fmt.Printf("exec: %s db %s\n", filepath.FromSlash(bin), script)
|
||||
out, err := exec.Command(filepath.FromSlash(bin), "db", script).CombinedOutput()
|
||||
out, err := exec.Command(filepath.FromSlash(bin), "db", "--timeout", "20000", script).CombinedOutput()
|
||||
if err != nil {
|
||||
t.Fatalf("%s\n%v", out, err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user