We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df22205 commit 547413aCopy full SHA for 547413a
test/sharness/t0182-circuit-relay.sh
@@ -56,14 +56,7 @@ test_expect_success 'connect B <-> Relay' '
56
'
57
58
test_expect_success 'wait until relay is ready to do work' '
59
- while ! ipfsi 2 swarm connect /p2p/$PEERID_1/p2p-circuit/p2p/$PEERID_0; do
60
- iptb stop &&
61
- iptb_wait_stop &&
62
- iptb start -wait -- --routing=none &&
63
- iptb connect 0 1 &&
64
- iptb connect 2 1 &&
65
- sleep 5
66
- done
+ sleep 1
67
68
69
test_expect_success 'connect A <-Relay-> B' '
0 commit comments