Skip to content

Commit 4078374

Browse files
tests: optimistic provide smoke test, increase max delay
1 parent 3f597ed commit 4078374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/dht_opt_prov_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func TestDHTOptimisticProvide(t *testing.T) {
2525
hash := nodes[0].IPFSAddStr(string(random.Bytes(100)))
2626
nodes[0].IPFS("routing", "provide", hash)
2727

28-
maxAttempts := 5
28+
maxAttempts := 20
2929
success := false
3030
for range maxAttempts {
3131
// We may need multiple attempts, since the provide operation is non-blocking

0 commit comments

Comments
 (0)