mirror of https://github.com/vishvananda/netlink
try a longer wait
This commit is contained in:
parent
d2daa64e4b
commit
2e77ee0835
|
@ -125,7 +125,7 @@ func testLinkAddDel(t *testing.T, link Link) {
|
|||
if len(links) == num {
|
||||
return
|
||||
}
|
||||
time.Sleep(10 * time.Millisecond)
|
||||
time.Sleep(100 * time.Millisecond)
|
||||
}
|
||||
t.Fatal("Link not removed properly")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue