Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPierre Gordon <pierregordon@protonmail.com>2018-08-21 09:07:14 +0300
committerPierre Gordon <pierregordon@protonmail.com>2018-08-21 09:09:10 +0300
commit8f23585d71ca0791e45ec3da47a5e2e92456351a (patch)
tree800a8987751e0a8e3868a2f5e6e7491a3ea32f80 /tests
parentfe4d7791a156b59e006320bac65b2865ecd4e83f (diff)
Update IMAP & SMTP timeouts
Diffstat (limited to 'tests')
-rw-r--r--tests/SMTP/SmtpClientFactoryTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SMTP/SmtpClientFactoryTest.php b/tests/SMTP/SmtpClientFactoryTest.php
index ee33938c5..57f42c942 100644
--- a/tests/SMTP/SmtpClientFactoryTest.php
+++ b/tests/SMTP/SmtpClientFactoryTest.php
@@ -95,7 +95,7 @@ class SmtpClientFactoryTest extends TestCase {
->willReturn('pass123');
$this->config->expects($this->at(1))
->method('getSystemValue')
- ->with('app.mail.smtp.timeout', 2)
+ ->with('app.mail.smtp.timeout', 5)
->willReturn(2);
$this->hostNameFactory->expects($this->once())
->method('getHostName')