diff --git a/client/client_test.go b/client/client_test.go index 75632063..d05705ac 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -29,7 +29,7 @@ func TestGetHTTPClient(t *testing.T) { } func TestPing(t *testing.T) { - pingTimeout = time.Second + pingTimeout = 500 * time.Millisecond if success, rtt := Ping("127.0.0.1"); !success { t.Error("expected true") if rtt == 0 {