fix(snjs): factory timeout to propagate subscription purchase

This commit is contained in:
Karol Sójko
2022-11-24 11:40:23 +01:00
parent 858fa6835c
commit c40b17bd4c
3 changed files with 13 additions and 19 deletions

View File

@@ -45,7 +45,7 @@ describe('subscriptions', function () {
billingFrequency: 12,
payAmount: 59.00
})
await Factory.sleep(0.25)
await Factory.sleep(2)
})
it('should invite a user by email to a shared subscription', async () => {