We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9ee76 commit e8af19bCopy full SHA for e8af19b
test/cli/dht_opt_prov_test.go
@@ -23,6 +23,7 @@ func TestDHTOptimisticProvide(t *testing.T) {
23
24
hash := nodes[0].IPFSAddStr(string(random.Bytes(100)))
25
nodes[0].IPFS("routing", "provide", hash)
26
+ waitUntilProvidesComplete(t, nodes[0])
27
28
res := nodes[1].IPFS("routing", "findprovs", "--num-providers=1", hash)
29
assert.Equal(t, nodes[0].PeerID().String(), res.Stdout.Trimmed())
0 commit comments