From fa3b3cb9b5d944d34b1d5ac3e102ac333482a475 Mon Sep 17 00:00:00 2001 From: MacroFake Date: Sat, 30 Apr 2022 10:24:24 +0200 Subject: Expose underlying clock in CThreadInterrupt Overloading sleep_for is not needed, as * seconds and minutes can be converted to milliseconds by the compiler, not needing a duration_cast * std::condition_variable::wait_for will convert milliseconds to the duration type of the underlying clock So simply expose the clock. --- ci/test/06_script_b.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ci/test/06_script_b.sh') diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh index e1032ba6bd..bdf913a089 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -47,6 +47,7 @@ if [ "${RUN_TIDY}" = "true" ]; then " src/rpc/fees.cpp"\ " src/rpc/signmessage.cpp"\ " src/test/fuzz/txorphan.cpp"\ + " src/threadinterrupt.cpp"\ " src/util/bip32.cpp"\ " src/util/bytevectorhash.cpp"\ " src/util/error.cpp"\ -- cgit v1.2.3