mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
fixup! Tweak SHAMapStore test timing more
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user