Skip to content
  • Wouter Klouwen's avatar
    CTest: convert timeouts to std::chrono::duration · 66419bc0
    Wouter Klouwen authored and Brad King's avatar Brad King committed
    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.
    66419bc0