Up ping timeout

This commit is contained in:
Kristoffer Dalby 2021-10-02 18:39:09 +01:00
parent 54daa0da23
commit 78a0f3ca37
No known key found for this signature in database
GPG key ID: 09F62DC067465735

View file

@ -433,7 +433,7 @@ func (s *IntegrationTestSuite) TestPingAllPeers() {
command := []string{ command := []string{
"tailscale", "ping", "tailscale", "ping",
"--timeout=1s", "--timeout=1s",
"--c=20", "--c=100",
"--until-direct=true", "--until-direct=true",
ip.String(), ip.String(),
} }