fixup! Tweak SHAMapStore test timing more

This commit is contained in:
Ed Hennis
2025-07-22 19:39:58 -04:00
parent 376cc404e0
commit e6587d374a

View File

@@ -713,7 +713,7 @@ public:
// current ledger from LedgerMaster.
std::this_thread::sleep_for(100ms);
LedgerIndex const deleteSeq = maxSeq;
while (!BEAST_EXPECT(lm.haveLedger(deleteSeq)))
while (!lm.haveLedger(deleteSeq))
{
std::this_thread::sleep_for(100ms);
}