mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
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:
parent
52fc66762a
commit
65d910f43b
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user