]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/test/test_cpp_bin_float_io.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / multiprecision / test / test_cpp_bin_float_io.cpp
index bc59ee1d1fa6d58043a84c6ed8d006d8556d87bc..65ed3b693c5a43e7987cfdf9ac60ab9936f55006 100644 (file)
@@ -236,7 +236,11 @@ void test_round_trip()
 
    stopwatch<boost::chrono::high_resolution_clock> w;
 
+#ifndef CI_SUPPRESS_KNOWN_ISSUES
    while(boost::chrono::duration_cast<boost::chrono::duration<double> >(w.elapsed()).count() < 200)
+#else
+   while(boost::chrono::duration_cast<boost::chrono::duration<double> >(w.elapsed()).count() < 50)
+#endif
    {
       T val = generate_random<T>();
       do_round_trip(val);