Skip to content

Commit aad314c

Browse files
author
rafapaezbas
committed
increased number of entries in reuse session id test
1 parent 88fa4f7 commit aad314c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ test('session id reuse does not stall', async function (t) {
552552
const b = new Hypercore(path.join(os.tmpdir(), 'hyperbee-b'), a.key)
553553
await b.ready()
554554

555-
const n = 500
555+
const n = 3000
556556

557557
const s1 = a.replicate(true, { keepAlive: false })
558558
const s2 = b.replicate(false, { keepAlive: false })

0 commit comments

Comments
 (0)