Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable atomizer to wait until synched with watchtowers
Previously, the atomizer controller would make one attempt to connect to watchtowers and would return false if the attempt failed. This required watchtowers to be initialized before atomizers, which required adding a sleep to the atomizer end-to-end integration test so the watchtowers had time to initialize. This change enables the atomizer to make multiple attempts to connect to watchtowers and precludes the need for the sleep in the integration test. Signed-off-by: Michael L. Szulczewski <[email protected]>
- Loading branch information