Skip to content

Commit

Permalink
fix: add timeout to iptb connect in sharness
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Kacper Łukawski <kacluk98@gmail.com>
  • Loading branch information
PlayerWithoutName committed Apr 22, 2018
1 parent ac971f8 commit f89bfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sharness/t0181-private-network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test_expect_success "start nodes" '
'

test_expect_success "try connecting node in public network with priv networks" '
iptb connect [1-4] 0
iptb connect [1-4] 0 --timeout=2s
'

test_expect_success "node 0 (public network) swarm is empty" '
Expand Down

0 comments on commit f89bfbf

Please sign in to comment.