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:
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')