mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-15 18:50:41 -07:00
Make sure to wait long enough
This commit is contained in:
committed by
Máximo Cuadros Ortiz
parent
1c6947ad52
commit
cfdab7446c
@@ -349,7 +349,7 @@ func TestSolicitRouteReconnect(t *testing.T) {
|
||||
|
||||
rUrl := opts.Routes[0]
|
||||
|
||||
route := acceptRouteConn(t, rUrl.Host, server.DEFAULT_ROUTE_CONNECT)
|
||||
route := acceptRouteConn(t, rUrl.Host, 2*server.DEFAULT_ROUTE_CONNECT)
|
||||
|
||||
// Go ahead and close the Route.
|
||||
route.Close()
|
||||
|
||||
Reference in New Issue
Block a user