fix(snjs): wait timeout after subscription purchase
This commit is contained in:
@@ -97,7 +97,7 @@ describe('files', function () {
|
|||||||
payAmount: 59.00
|
payAmount: 59.00
|
||||||
})
|
})
|
||||||
|
|
||||||
await Factory.sleep(0.25)
|
await Factory.sleep(1)
|
||||||
|
|
||||||
const remoteIdentifier = Utils.generateUuid()
|
const remoteIdentifier = Utils.generateUuid()
|
||||||
const tokenOrError = await application.apiService.createFileValetToken(remoteIdentifier, 'write')
|
const tokenOrError = await application.apiService.createFileValetToken(remoteIdentifier, 'write')
|
||||||
|
|||||||
Reference in New Issue
Block a user