From a50537b65d47183076ba8876dfd4967a0219c196 Mon Sep 17 00:00:00 2001 From: Jon Mahoney Date: Wed, 3 Jun 2020 21:26:33 +0100 Subject: [PATCH] Change pause to 2 seconds --- test/react-app/cypress/integration/messages.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/react-app/cypress/integration/messages.spec.js b/test/react-app/cypress/integration/messages.spec.js index 5a0ea22..e28cd56 100644 --- a/test/react-app/cypress/integration/messages.spec.js +++ b/test/react-app/cypress/integration/messages.spec.js @@ -102,7 +102,7 @@ describe('Mailosaur message commands', () => { .mailosaurListMessages(server) .then(() => ( // Allow 2 seconds for any SMTP processing - new Promise(r => setTimeout(r, 5000)) + new Promise(r => setTimeout(r, 2000)) )) .then((result) => { console.log('result');