test/mocknet: this test fails on CI sometimes
This commit is contained in:
parent
72b70417a7
commit
e13ad02f04
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue