diff options
Diffstat (limited to 'examples/imapresource/imapserverproxy.cpp')
-rw-r--r-- | examples/imapresource/imapserverproxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<void> runJob(KJob *job) | |||
132 | static int socketTimeout() | 132 | static int socketTimeout() |
133 | { | 133 | { |
134 | if (Sink::Test::testModeEnabled()) { | 134 | if (Sink::Test::testModeEnabled()) { |
135 | return 1; | 135 | return 5; |
136 | } | 136 | } |
137 | return 40; | 137 | return 40; |
138 | } | 138 | } |