test/mocknet: this test fails on CI sometimes
Juan Batiz-Benet committed
Feb 3, 2015 at 08:02 UTC
cc6a78419bb2604ed176e3259241c8aacfeb4795
1 file changed
+1
-2
p2p/net/mock/mock_notif_test.go
+1
-2
@@ -11,14 +11,13 @@ import (
11
)
12
13
func TestNotifications(t *testing.T) {
14
- t.Parallel()
14
15
mn, err := FullMeshLinked(context.Background(), 5)
16
if err != nil {
17
t.Fatal(err)
18
}
19
21
- timeout := 5 * time.Second
20
+ timeout := 10 * time.Second
21
22
// signup notifs
23
nets := mn.Nets()