mirror of
https://github.com/juanfont/headscale.git
synced 2025-01-08 00:11:42 +01:00
Added TODO in waiting
This commit is contained in:
parent
be36480a64
commit
d0daff180e
@ -503,6 +503,8 @@ func (s *IntegrationTestSuite) TestSharedNodes() {
|
|||||||
for hostname := range shared.tailscales {
|
for hostname := range shared.tailscales {
|
||||||
assert.Contains(s.T(), result, hostname)
|
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
|
time.Sleep(100 * time.Second) // Wait for the nodes to receive updates
|
||||||
|
|
||||||
mainIps, err := getIPs(main.tailscales)
|
mainIps, err := getIPs(main.tailscales)
|
||||||
|
Loading…
Reference in New Issue
Block a user