Try with longer timeout

This commit is contained in:
Kristoffer Dalby 2021-08-13 16:56:28 +01:00
parent 036061664e
commit 7d1a5c00a0
No known key found for this signature in database
GPG key ID: 09F62DC067465735

View file

@ -295,7 +295,7 @@ func (s *IntegrationTestSuite) TestPingAllPeers() {
s.T().Run(fmt.Sprintf("%s-%s", hostname, peername), func(t *testing.T) {
// We currently cant ping ourselves, so skip that.
if peername != hostname {
command := []string{"tailscale", "ping", "--timeout=1s", "--c=1", ip.String()}
command := []string{"tailscale", "ping", "--timeout=5s", "--c=1", ip.String()}
fmt.Printf("Pinging from %s (%s) to %s (%s)\n", hostname, ips[hostname], peername, ip)
result, err := executeCommand(