use longer delay in tests

This commit is contained in:
Andris Reinman 2017-12-13 10:47:11 +02:00
parent 6bee48817d
commit 4e7e09c253

View file

@ -1100,7 +1100,7 @@ describe('IMAP Protocol integration tests', function() {
},
function(resp) {
resp = resp.toString();
expect(resp.match(/^\* 2 EXPUNGE/gm).length).to.equal(5);
expect(resp.match(/^\* \d+ EXPUNGE/gm).length).to.equal(5);
expect(/^T4 OK/m.test(resp)).to.be.true;
done();
}