mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
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:
parent
ff1c17d661
commit
9fe1274fbe
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user