test/mocknet: this test fails on CI sometimes

This commit is contained in:
Juan Batiz-Benet 2015-02-03 08:02:25 -08:00
parent 72b70417a7
commit e13ad02f04
1 changed files with 1 additions and 2 deletions

View File

@ -11,14 +11,13 @@ import (
)
func TestNotifications(t *testing.T) {
t.Parallel()
mn, err := FullMeshLinked(context.Background(), 5)
if err != nil {
t.Fatal(err)
}
timeout := 5 * time.Second
timeout := 10 * time.Second
// signup notifs
nets := mn.Nets()