summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-24 16:43:46 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-24 16:43:46 +0200
commitfa94d8b426b359557464361799ac4eb0888bf92a (patch)
tree4af4215b7a710f1dcbaeb367ce3280bb63883dc4 /tests
parentd2529c6d27baf1bbf81fef60171eeacec2f93c07 (diff)
downloadsink-fa94d8b426b359557464361799ac4eb0888bf92a.tar.gz
sink-fa94d8b426b359557464361799ac4eb0888bf92a.zip
Wait for long enough so we can time-out
Diffstat (limited to 'tests')
-rw-r--r--tests/mailsynctest.cpp4
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
482void MailSyncTest::testSyncUidvalidity() 482void MailSyncTest::testSyncUidvalidity()