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