Skip to content

Commit 5c8d25e

Browse files
authored
test: fix wording
1 parent 4c86378 commit 5c8d25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func TestHungRequest(t *testing.T) {
4747
})
4848
}
4949

50-
// Wait at most 100ms for a peer in our routing table.
50+
// Wait at a bit for a peer in our routing table.
5151
for i := 0; i < 100 && d.routingTable.Size() == 0; i++ {
5252
time.Sleep(10 * time.Millisecond)
5353
}

0 commit comments

Comments
 (0)