fix: up timeout for psql tests

isekai-main
Barış Soner Uşaklı 4 years ago
parent 8af54255d8
commit 896ff2152f

@ -87,7 +87,7 @@ describe('emailer', () => {
assert.equal(output, text); assert.equal(output, text);
done(); done();
}); });
}, 500); }, 2000);
}); });
}); });
}); });

Loading…
Cancel
Save