diff options
Diffstat (limited to 'tests/mailsynctest.cpp')
-rw-r--r-- | tests/mailsynctest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mailsynctest.cpp b/tests/mailsynctest.cpp index e9e5bb2..45ee3bf 100644 --- a/tests/mailsynctest.cpp +++ b/tests/mailsynctest.cpp | |||
@@ -475,8 +475,8 @@ void MailSyncTest::testFailingSync() | |||
475 | }); | 475 | }); |
476 | 476 | ||
477 | VERIFYEXEC(Store::synchronize(query)); | 477 | VERIFYEXEC(Store::synchronize(query)); |
478 | // Ensure sync fails if resource is misconfigured | 478 | // Ensure sync fails if resource is misconfigured. We have to wait longer than the timeout in imapserverproxy |
479 | QTRY_VERIFY(errorReceived); | 479 | QTRY_VERIFY_WITH_TIMEOUT(errorReceived, 10000); |
480 | } | 480 | } |
481 | 481 | ||
482 | void MailSyncTest::testSyncUidvalidity() | 482 | void MailSyncTest::testSyncUidvalidity() |