aboutsummaryrefslogtreecommitdiff
path: root/src/test/util/index.h
AgeCommit message (Collapse)Author
2023-12-04refactor: Remove call to ShutdownRequested from IndexWaitSyncedRyan Ofsky
Use the node interrupt object instead. There is no change in behavior in this commit.
2023-07-06test: Restore unlimited timeout in IndexWaitSyncedMarcoFalke
The timeout was unlimited before, so just restore that value for now: https://github.com/bitcoin/bitcoin/pull/27988#issuecomment-1619218007
2023-06-28test: Use same timeout for all index syncMarcoFalke