Fixed member import job test

refs https://github.com/TryGhost/Team/issues/2326

-  The job takes considerably longer to run with MySQL, so needed a longer sleep time. It's a temporary fix to unblock a broken build. We should investigate why the job takes so long to run on MySQL
This commit is contained in:
Naz 2022-11-30 11:15:12 +07:00
parent ff1c17d661
commit 9fe1274fbe
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(2500);
await sleep(10000);
assert(!!settingsCache.get('email_verification_required'), 'Email verification should now be required');