diff --git a/tests/test_datetime.cpp b/tests/test_datetime.cpp index e315b51..b96bbb3 100644 --- a/tests/test_datetime.cpp +++ b/tests/test_datetime.cpp @@ -23,7 +23,7 @@ BOOST_AUTO_TEST_CASE(test_datetime_convertible) BOOST_CHECK_EQUAL(d3, d4); - std::this_thread::sleep_for(std::chrono::seconds(2)); + std::this_thread::sleep_for(std::chrono::seconds(1)); const auto later = std::chrono::system_clock::now(); toml::Datetime d5(later); BOOST_CHECK(d1 < d5);