Added TODO in waiting

This commit is contained in:
Juan Font Alonso 2021-10-16 11:36:16 +02:00
parent be36480a64
commit d0daff180e
1 changed files with 2 additions and 0 deletions

View File

@ -503,6 +503,8 @@ func (s *IntegrationTestSuite) TestSharedNodes() {
for hostname := range shared.tailscales {
assert.Contains(s.T(), result, hostname)
}
// TODO(juanfont): We have to find out why do we need to wait
time.Sleep(100 * time.Second) // Wait for the nodes to receive updates
mainIps, err := getIPs(main.tailscales)