From d0daff180e82db621189d6916595535d2ebc06f1 Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Sat, 16 Oct 2021 11:36:16 +0200 Subject: [PATCH] Added TODO in waiting --- integration_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration_test.go b/integration_test.go index aed805e8..3c51215d 100644 --- a/integration_test.go +++ b/integration_test.go @@ -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)