mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 19:37:46 +08:00
fix: add timeout to iptb connect in sharness
License: MIT Signed-off-by: Kacper Łukawski <kacluk98@gmail.com>
This commit is contained in:
parent
ac971f8df8
commit
2d9285d36d
@ -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 --timeout=2s [1-4] 0
|
||||
'
|
||||
|
||||
test_expect_success "node 0 (public network) swarm is empty" '
|
||||
|
||||
Loading…
Reference in New Issue
Block a user