Bumps the wait a little more.

This commit is contained in:
James Phillips 2017-01-26 08:20:43 -08:00 committed by GitHub
parent 2fdcd250f2
commit 0adee272eb
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ type testFn func() (bool, error)
type errorFn func(error) type errorFn func(error)
func WaitForResult(test testFn, error errorFn) { func WaitForResult(test testFn, error errorFn) {
retries := 200 retries := 300
for retries > 0 { for retries > 0 {
time.Sleep(100 * time.Millisecond) time.Sleep(100 * time.Millisecond)