Skip to content

Commit ce51236

Browse files
committed
try increasing recvtimo for test_beacon
For some reason, the test only fails on Travis.
1 parent a826d1b commit ce51236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_beacon.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_announce_lookup
8484
sleep(0.5)
8585
client_beacon = ZMQ::Beacon.new(beacon_port)
8686
client_beacon.subscribe("tcp")
87-
client_beacon.pipe.rcvtimeo = 1000
87+
client_beacon.pipe.rcvtimeo = 3000
8888
sender_address = client_beacon.pipe.recv
8989
client_address = client_beacon.pipe.recv
9090
assert_equal rep.endpoint, client_address

0 commit comments

Comments
 (0)