Other: bump SMTP test timeout time from 1 to 2 seconds, fingers crossed

This commit is contained in:
James Houlahan
2021-05-18 16:55:03 +02:00
parent 3dadad5131
commit 8496c9e181

View File

@ -5,7 +5,7 @@ Feature: Servers are closed when no internet
And there is IMAP client "i1" logged in as "user"
And there is SMTP client "s1" logged in as "user"
When there is no internet connection
And 1 second pass
And 2 second pass
Then IMAP client "i1" is logged out
And SMTP client "s1" is logged out
Given the internet connection is restored
@ -16,7 +16,7 @@ Feature: Servers are closed when no internet
Then IMAP response to "i2" is "OK"
Then SMTP response to "s2" is "OK"
When there is no internet connection
And 1 second pass
And 2 second pass
Then IMAP client "i2" is logged out
And SMTP client "s2" is logged out
Given the internet connection is restored