Skip to content

Commit e52e19c

Browse files
committed
Stabilize tests
1 parent 68b540d commit e52e19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

encrypt-actions/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ it('compresses long actions', async () => {
226226
client1.log.add({ type: 'sync', value: long }, { sync: true })
227227
await delay(50)
228228
let action = getPair(client1).leftSent[0][2]
229-
expect(action.d.length).toBeLessThan(100)
229+
expect(action.d.length).toBeLessThan(120)
230230
expect(action.z).toBe(true)
231231

232232
getPair(client2).right.send(getPair(client1).leftSent[0])

0 commit comments

Comments
 (0)