Merge branch 'main' into magic-dns-support

This commit is contained in:
Juan Font
2021-10-04 19:45:12 +02:00
committed by GitHub
9 changed files with 76 additions and 26 deletions

View File

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