fix(snjs): wait timeout after subscription purchase

This commit is contained in:
Karol Sójko
2022-11-23 18:00:29 +01:00
parent 8a709158d6
commit 99163d90d2

View File

@@ -97,7 +97,7 @@ describe('files', function () {
payAmount: 59.00
})
await Factory.sleep(0.25)
await Factory.sleep(1)
const remoteIdentifier = Utils.generateUuid()
const tokenOrError = await application.apiService.createFileValetToken(remoteIdentifier, 'write')