Skip to content

Commit

Permalink
Try with longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kradalby committed Aug 13, 2021
1 parent 0360616 commit 7d1a5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 7d1a5c0

Please sign in to comment.