]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/test/test_adapt_serial.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / multiprecision / test / test_adapt_serial.cpp
index 7dd75616de416db4f9f096a1add0996a722c8aa5..d7bb9dd41caf24ca70ddec4685e673a76423c4ae 100644 (file)
@@ -150,7 +150,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() > 30)
+#else
+      if(tim.elapsed() > 10)
+#endif
       {
          std::cout << "Timeout reached, aborting tests now....\n";
          break;