mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
Bumps the wait a little more.
This commit is contained in:
parent
b4bbd2f441
commit
86368a467e
@ -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…
x
Reference in New Issue
Block a user