mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-27 13:27:50 +08:00
test/mocknet: this test fails on CI sometimes
This commit is contained in:
parent
9273cd7243
commit
cc6a78419b
@ -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
Block a user