diff --git a/examples/peer-and-content-routing/1.js b/examples/peer-and-content-routing/1.js index 94fe78fc..cfded2b2 100644 --- a/examples/peer-and-content-routing/1.js +++ b/examples/peer-and-content-routing/1.js @@ -53,7 +53,7 @@ parallel([ (cb) => node1.dial(node2.peerInfo, cb), (cb) => node2.dial(node3.peerInfo, cb), // Set up of the cons might take time - (cb) => setTimeout(cb, 100) + (cb) => setTimeout(cb, 300) ], (err) => { if (err) { throw err } diff --git a/examples/peer-and-content-routing/2.js b/examples/peer-and-content-routing/2.js index 96367dd5..d362fd75 100644 --- a/examples/peer-and-content-routing/2.js +++ b/examples/peer-and-content-routing/2.js @@ -54,7 +54,7 @@ parallel([ (cb) => node1.dial(node2.peerInfo, cb), (cb) => node2.dial(node3.peerInfo, cb), // Set up of the cons might take time - (cb) => setTimeout(cb, 100) + (cb) => setTimeout(cb, 300) ], (err) => { if (err) { throw err }