Change ping count

This commit is contained in:
Kristoffer Dalby 2021-10-02 22:56:48 +01:00 committed by GitHub
parent 0d1b60ad63
commit d637a9c302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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