Unverified Commit 5c8d25e2 authored by Steven Allen's avatar Steven Allen Committed by GitHub

test: fix wording

parent 4c86378b
......@@ -47,7 +47,7 @@ func TestHungRequest(t *testing.T) {
})
}
// Wait at most 100ms for a peer in our routing table.
// Wait at a bit for a peer in our routing table.
for i := 0; i < 100 && d.routingTable.Size() == 0; i++ {
time.Sleep(10 * time.Millisecond)
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment