We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434a446 commit 1463ac9Copy full SHA for 1463ac9
estransport/discovery_internal_test.go
@@ -43,7 +43,7 @@ func TestDiscovery(t *testing.T) {
43
defer func() { srv.Close() }()
44
defer func() { srvTLS.Close() }()
45
46
- time.Sleep(time.Millisecond)
+ time.Sleep(10 * time.Millisecond)
47
48
t.Run("getNodesInfo()", func(t *testing.T) {
49
u, _ := url.Parse("http://" + srv.Addr)
0 commit comments