Increased timeout for the import job test

refs 9fe1274fbe

- Temporary fix to let the CI pass the test. Needs investigation into why MySQL is so much slower comparing to SQLite
This commit is contained in:
Naz 2022-11-30 13:24:48 +07:00
parent 52fc66762a
commit 65d910f43b
No known key found for this signature in database

View File

@ -343,7 +343,7 @@ describe('Members Importer API', function () {
should.exist(jsonResponse.meta);
// Wait for the job to finish
await sleep(10000);
await sleep(15000);
assert(!!settingsCache.get('email_verification_required'), 'Email verification should now be required');