Browse Source

Bumps the wait a little more.

pull/2680/head
James Phillips 8 years ago committed by GitHub
parent
commit
86368a467e
  1. 2
      testutil/wait.go

2
testutil/wait.go

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

Loading…
Cancel
Save