fix RISC-V test failure
authorAurelien Jarno <aurel32@debian.org>
Mon, 10 Mar 2025 22:07:50 +0000 (22:07 +0000)
committerJeremy Sowden <azazel@debian.org>
Mon, 10 Mar 2025 22:07:50 +0000 (22:07 +0000)
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

lib/tests/test-mu-store.cc

index 9b0d59ae781db2cda9b9658afce54185d196b1ea..984247e55aa1f0a9ff9d0fc765a292fe91df9780 100644 (file)
@@ -514,7 +514,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());