Skip to content

Commit

Permalink
increased number of entries in reuse session id test
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapaezbas committed May 27, 2024
1 parent 88fa4f7 commit aad314c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ test('session id reuse does not stall', async function (t) {
const b = new Hypercore(path.join(os.tmpdir(), 'hyperbee-b'), a.key)
await b.ready()

const n = 500
const n = 3000

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

0 comments on commit aad314c

Please sign in to comment.