Skip to content

Commit 547413a

Browse files
committed
fix(test): t0182-circuit-relay.sh
Removes fixup introduced in #8868 (comment) so we can dig into the underlying cause
1 parent df22205 commit 547413a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

test/sharness/t0182-circuit-relay.sh

+1-8
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,7 @@ test_expect_success 'connect B <-> Relay' '
5656
'
5757

5858
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
59+
sleep 1
6760
'
6861

6962
test_expect_success 'connect A <-Relay-> B' '

0 commit comments

Comments
 (0)