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:
parent
8908a51547
commit
ec3f262ea4
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue