|
@@ -63,7 +63,7 @@ func TestUnixSocket(t *testing.T) {
|
|
|
if _, err := os.Stat(sock); err == nil {
|
|
if _, err := os.Stat(sock); err == nil {
|
|
|
break
|
|
break
|
|
|
}
|
|
}
|
|
|
- time.Sleep(time.Duration(25 * i) * time.Millisecond)
|
|
|
|
|
|
|
+ time.Sleep(time.Duration(25*i) * time.Millisecond)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
testWithClient(t, New(sock))
|
|
testWithClient(t, New(sock))
|