0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Increased scheduling default test timeout

This commit is contained in:
Simon Backx 2023-02-17 13:29:07 +01:00
parent 8908a51547
commit ec3f262ea4

View file

@ -159,7 +159,7 @@ describe('Scheduling Default Adapter', function () {
setTimeout(function () {
scope.adapter._execute.callCount.should.be.greaterThan(1);
done();
}, 30);
}, 200);
});
it('execute', function (done) {