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 5c8d25e commit a45a47aCopy full SHA for a45a47a
ext_test.go
@@ -51,6 +51,9 @@ func TestHungRequest(t *testing.T) {
51
for i := 0; i < 100 && d.routingTable.Size() == 0; i++ {
52
time.Sleep(10 * time.Millisecond)
53
}
54
+ if d.routingTable.Size() == 0 {
55
+ t.Fatal("failed to fill routing table")
56
+ }
57
58
ctx1, cancel1 := context.WithTimeout(ctx, 1*time.Second)
59
defer cancel1()
0 commit comments