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:
@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user