We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88fa4f7 commit aad314cCopy full SHA for aad314c
test/basic.js
@@ -552,7 +552,7 @@ test('session id reuse does not stall', async function (t) {
552
const b = new Hypercore(path.join(os.tmpdir(), 'hyperbee-b'), a.key)
553
await b.ready()
554
555
- const n = 500
+ const n = 3000
556
557
const s1 = a.replicate(true, { keepAlive: false })
558
const s2 = b.replicate(false, { keepAlive: false })
0 commit comments