diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-24 16:43:46 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-24 16:43:46 +0200 |
commit | fa94d8b426b359557464361799ac4eb0888bf92a (patch) | |
tree | 4af4215b7a710f1dcbaeb367ce3280bb63883dc4 /tests/mailsynctest.cpp | |
parent | d2529c6d27baf1bbf81fef60171eeacec2f93c07 (diff) | |
download | sink-fa94d8b426b359557464361799ac4eb0888bf92a.tar.gz sink-fa94d8b426b359557464361799ac4eb0888bf92a.zip |
Wait for long enough so we can time-out
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() |