Commit e13ad02f authored by Juan Batiz-Benet's avatar Juan Batiz-Benet
Browse files

test/mocknet: this test fails on CI sometimes

parent 72b70417
......@@ -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()
......
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