Bumps the wait even more.
This commit is contained in:
parent
0baf35ce12
commit
ccd0c8e2bf
|
@ -11,7 +11,7 @@ type testFn func() (bool, error)
|
|||
type errorFn func(error)
|
||||
|
||||
func WaitForResult(test testFn, error errorFn) {
|
||||
retries := 300
|
||||
retries := 400
|
||||
|
||||
for retries > 0 {
|
||||
time.Sleep(100 * time.Millisecond)
|
||||
|
|
Loading…
Reference in New Issue