]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/test/test_cpp_int_serial.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / multiprecision / test / test_cpp_int_serial.cpp
index 7d639ed0ef138f4aea43e01749dc49029889e1de..4b5eb055973dc4fa9a4c4cf6e7b0f8a8d4fe23b5 100644 (file)
@@ -147,7 +147,11 @@ void test()
       // Tests run on the compiler farm time out after 300 seconds,
       // so don't get too close to that:
       //
+#ifndef CI_SUPPRESS_KNOWN_ISSUES
       if(tim.elapsed() > 150)
+#else
+      if(tim.elapsed() > 25)
+#endif
       {
          std::cout << "Timeout reached, aborting tests now....\n";
          break;