Skip to content

Commit

Permalink
Change pause to 2 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-mailosaur committed Jun 3, 2020
1 parent e4641ad commit a50537b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/react-app/cypress/integration/messages.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit a50537b

Please sign in to comment.