fix: up timeout for psql tests

This commit is contained in:
Barış Soner Uşaklı
2021-09-17 08:20:03 -04:00
parent 8af54255d8
commit 896ff2152f

View File

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