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 3f597ed commit 4078374Copy full SHA for 4078374
test/cli/dht_opt_prov_test.go
@@ -25,7 +25,7 @@ func TestDHTOptimisticProvide(t *testing.T) {
25
hash := nodes[0].IPFSAddStr(string(random.Bytes(100)))
26
nodes[0].IPFS("routing", "provide", hash)
27
28
- maxAttempts := 5
+ maxAttempts := 20
29
success := false
30
for range maxAttempts {
31
// We may need multiple attempts, since the provide operation is non-blocking
0 commit comments