mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-04 15:32:46 +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)
|
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 {
|
if err != nil {
|
||||||
t.Fatalf("%s\n%v", out, err)
|
t.Fatalf("%s\n%v", out, err)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user