@cryptotaxi247 / kubo / commits / 2d9285d36

fix: add timeout to iptb connect in sharness

License: MIT Signed-off-by: Kacper Łukawski <kacluk98@gmail.com>

Kacper Łukawski committed Apr 22, 2018 at 18:16 UTC 2d9285d36d264e683088cefec9c04270b39b2092
1 file changed +1 -1
test/sharness/t0181-private-network.sh
+1 -1
@@ -61,7 +61,7 @@ test_expect_success "start nodes" '
61 '
62
63 test_expect_success "try connecting node in public network with priv networks" '
64 - iptb connect [1-4] 0
64 + iptb connect --timeout=2s [1-4] 0
65 '
66
67 test_expect_success "node 0 (public network) swarm is empty" '