1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-08-01 13:46:49 +02:00

Up ping timeout

This commit is contained in:
Kristoffer Dalby 2021-10-02 18:39:09 +01:00 committed by Ward Vandewege
parent 8c01030686
commit 73e13c3067

View File

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