test-mu-store: bump timeout in test

Seems some systems are quite slow, so bump the time-out.

Fixes #2886.
This commit is contained in:
Dirk-Jan C. Binnema
2025-11-21 11:43:58 +02:00
committed by Seth Ladygo
parent fae40680cc
commit 9f69055ef9

View File

@ -571,8 +571,9 @@ test_store_circular_symlink()
while (store.indexer().is_running()) { while (store.indexer().is_running()) {
std::this_thread::sleep_for(100ms); std::this_thread::sleep_for(100ms);
// 5 sec should be enough, even on the slowest supported systems.. // 20 sec should be enough, even on the slowest supported systems..
g_assert_cmpuint(n++,<=,50); // ie., #2886 Well, let's see...
g_assert_cmpuint(n++,<=,200);
} }
// there will be a lot of dups.... // there will be a lot of dups....
g_assert_false(store.empty()); g_assert_false(store.empty());