Avoid use sleep function

This commit is contained in:
Daniel García Aubert 2017-04-03 14:40:23 +02:00
parent dbdfe86171
commit 3a0bbc1ead

View File

@ -40,7 +40,7 @@ describe('batch startup', function() {
}
it('should feed queue index at startup', function (done) {
createJob('select pg_sleep(3)', function (err) {
createJob('select 1', function (err) {
if (err) {
return done(err);
}