diff options
Diffstat (limited to 'examples/imapresource/tests/imapmailsyncbenchmark.cpp')
-rw-r--r-- | examples/imapresource/tests/imapmailsyncbenchmark.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/imapresource/tests/imapmailsyncbenchmark.cpp b/examples/imapresource/tests/imapmailsyncbenchmark.cpp index 5f16518..0720951 100644 --- a/examples/imapresource/tests/imapmailsyncbenchmark.cpp +++ b/examples/imapresource/tests/imapmailsyncbenchmark.cpp | |||
@@ -47,7 +47,7 @@ class ImapMailSyncBenchmark : public QObject | |||
47 | bool isBackendAvailable() | 47 | bool isBackendAvailable() |
48 | { | 48 | { |
49 | QTcpSocket socket; | 49 | QTcpSocket socket; |
50 | socket.connectToHost("localhost", 993); | 50 | socket.connectToHost("localhost", 143); |
51 | return socket.waitForConnected(200); | 51 | return socket.waitForConnected(200); |
52 | } | 52 | } |
53 | 53 | ||