We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b540d commit e52e19cCopy full SHA for e52e19c
encrypt-actions/index.test.ts
@@ -226,7 +226,7 @@ it('compresses long actions', async () => {
226
client1.log.add({ type: 'sync', value: long }, { sync: true })
227
await delay(50)
228
let action = getPair(client1).leftSent[0][2]
229
- expect(action.d.length).toBeLessThan(100)
+ expect(action.d.length).toBeLessThan(120)
230
expect(action.z).toBe(true)
231
232
getPair(client2).right.send(getPair(client1).leftSent[0])
0 commit comments