acl connect cross-node integration test#115
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
| if (retries++ > 20) throw new Error('Timed out waiting for cluster to connect'); | ||
| await sleep(200 * retries); | ||
| } | ||
| await sleep(500); |
There was a problem hiding this comment.
Is this necessary? At this point we should be good to go (with deployment)?
No description provided.