Commit 230a36bd authored by Jeromy Johnson's avatar Jeromy Johnson

sleep before final connectedness check

parent b39cd0af
......@@ -68,6 +68,8 @@ func TestConnectednessCorrect(t *testing.T) {
t.Fatal(err)
}
time.Sleep(time.Millisecond * 50)
expectConnectedness(t, nets[2], nets[1], inet.NotConnected)
for _, n := range nets {
......
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