mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 11:48:43 -07:00
Signed-off-by: Waldemar Quevedo <wally@synadia.com>
This commit is contained in:
@@ -675,7 +675,7 @@ func waitForOutboundGateways(t *testing.T, s *server.Server, expected int, timeo
|
||||
}
|
||||
checkFor(t, timeout, 15*time.Millisecond, func() error {
|
||||
if n := s.NumOutboundGateways(); n != expected {
|
||||
return fmt.Errorf("Expected %v outbound gateway(s), got %v (ulimt -n too low?)",
|
||||
return fmt.Errorf("Expected %v outbound gateway(s), got %v (ulimit -n too low?)",
|
||||
expected, n)
|
||||
}
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user