From 61705447517f70b4023600130c02f9e618d89efe Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Thu, 27 Dec 2018 17:38:57 +0200 Subject: [PATCH] update --- imap-core/test/test-client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imap-core/test/test-client.js b/imap-core/test/test-client.js index 1c66b84d..035ffe7f 100644 --- a/imap-core/test/test-client.js +++ b/imap-core/test/test-client.js @@ -140,7 +140,7 @@ function runClientMockup(options, callback) { console.log('C: ' + command); } } - }, 10); + }, 100); }; processCommand(); }