Skip to content

Commit 21c7449

Browse files
facchinmumbynos
authored andcommitted
wrapper: increase timeout to 10 seconds
1 parent d86f90f commit 21c7449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func main() {
4343

4444
info := []string{filepath.Join(path, "picotool"), "info"}
4545
err, _, _ := launchCommandAndWaitForOutput(info, false, true)
46-
for i := 0; i < 5 && err != nil; i++ {
46+
for i := 0; i < 20 && err != nil; i++ {
4747
err, _, _ = launchCommandAndWaitForOutput(info, false, true)
4848
time.Sleep(500 * time.Millisecond)
4949
}

0 commit comments

Comments
 (0)