Browse Source

test/mocknet: this test fails on CI sometimes

pull/2/head
Juan Batiz-Benet 10 years ago
parent
commit
e13ad02f04
  1. 3
      net/mock/mock_notif_test.go

3
net/mock/mock_notif_test.go

@ -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…
Cancel
Save