diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-13 15:14:32 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-13 15:15:31 +0200 |
commit | 4b0b2abf9c9b2d57f79388064ccc95888c1cb039 (patch) | |
tree | 9799a2a30d7a1499ec828928d8718162527569e7 /examples/imapresource/imapserverproxy.cpp | |
parent | a5dcda0672a0a52da8190032dd12df4780db4bbb (diff) | |
download | sink-4b0b2abf9c9b2d57f79388064ccc95888c1cb039.tar.gz sink-4b0b2abf9c9b2d57f79388064ccc95888c1cb039.zip |
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.
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 | } |