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 4c86378 commit 5c8d25eCopy full SHA for 5c8d25e
ext_test.go
@@ -47,7 +47,7 @@ func TestHungRequest(t *testing.T) {
47
})
48
}
49
50
- // Wait at most 100ms for a peer in our routing table.
+ // Wait at a bit for a peer in our routing table.
51
for i := 0; i < 100 && d.routingTable.Size() == 0; i++ {
52
time.Sleep(10 * time.Millisecond)
53
0 commit comments