We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a826d1b commit ce51236Copy full SHA for ce51236
test/test_beacon.rb
@@ -84,7 +84,7 @@ def test_announce_lookup
84
sleep(0.5)
85
client_beacon = ZMQ::Beacon.new(beacon_port)
86
client_beacon.subscribe("tcp")
87
- client_beacon.pipe.rcvtimeo = 1000
+ client_beacon.pipe.rcvtimeo = 3000
88
sender_address = client_beacon.pipe.recv
89
client_address = client_beacon.pipe.recv
90
assert_equal rep.endpoint, client_address
0 commit comments