try a longer wait

This commit is contained in:
Vishvananda Ishaya 2015-12-18 12:08:42 -08:00
parent d2daa64e4b
commit 2e77ee0835
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ func testLinkAddDel(t *testing.T, link Link) {
if len(links) == num { if len(links) == num {
return return
} }
time.Sleep(10 * time.Millisecond) time.Sleep(100 * time.Millisecond)
} }
t.Fatal("Link not removed properly") t.Fatal("Link not removed properly")
} }