From: Aurelien Jarno Date: Thu, 27 Jun 2024 22:55:19 +0000 (+0000) Subject: fix RISC-V test failure X-Git-Tag: archive/raspbian/1.12.9-1+rpi1~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=09bc30a9ebab7343a5a734ce2f7f5e02be0b864b;p=maildir-utils.git fix RISC-V test failure Last-Update: 2024-05-15 Forwarded: not-needed Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071192 Increase time-out to fix test failure on RISC-V. Gbp-Pq: Name increase-mu-store-test-time-out.patch --- diff --git a/lib/tests/test-mu-store.cc b/lib/tests/test-mu-store.cc index da7f120..5bac4ef 100644 --- a/lib/tests/test-mu-store.cc +++ b/lib/tests/test-mu-store.cc @@ -494,7 +494,7 @@ test_store_circular_symlink(void) size_t n{}; while (store.indexer().is_running()) { std::this_thread::sleep_for(100ms); - g_assert_cmpuint(n++,<=,25); + g_assert_cmpuint(n++,<=,50); } // there will be a lot of dups.... g_assert_false(store.empty());