fix(snjs): increase wait time in retrieving settings test for processing replaceable settings
This commit is contained in:
@@ -103,7 +103,7 @@ describe('settings service', function () {
|
||||
offline: false,
|
||||
})
|
||||
|
||||
await Factory.sleep(0.5)
|
||||
await Factory.sleep(1)
|
||||
|
||||
const setting = await application.settings.getSubscriptionSetting('FILE_UPLOAD_BYTES_LIMIT')
|
||||
expect(setting).to.be.a('string')
|
||||
|
||||
Reference in New Issue
Block a user