mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
66419bc046
This commit continues the refactoring of CTest to adopt std::chrono. After the last sets of changes that introduced std::chrono::steady_clock and std::chrono::system_clock respectively, it makes sense to have all the timeouts be stored as std::chrono::duration. No functional change intended.