From 4b0b2abf9c9b2d57f79388064ccc95888c1cb039 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 13 Jul 2018 15:14:32 +0200 Subject: Increase timeout to 5s also in tests. The tests seem to be simply to slow right now, so let's bump this to avoid flaky tests. --- examples/imapresource/imapserverproxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/imapresource/imapserverproxy.cpp b/examples/imapresource/imapserverproxy.cpp index 918a21a..4c02f7c 100644 --- a/examples/imapresource/imapserverproxy.cpp +++ b/examples/imapresource/imapserverproxy.cpp @@ -132,7 +132,7 @@ static KAsync::Job runJob(KJob *job) static int socketTimeout() { if (Sink::Test::testModeEnabled()) { - return 1; + return 5; } return 40; } -- cgit v1.2.3