diff --git a/test/cfoa/exception_erase_tests.cpp b/test/cfoa/exception_erase_tests.cpp index ac4e8c3a..883ef710 100644 --- a/test/cfoa/exception_erase_tests.cpp +++ b/test/cfoa/exception_erase_tests.cpp @@ -147,7 +147,7 @@ namespace { enable_exceptions(); thread_runner( values, [&num_erased, &x, threshold](boost::span /* s */) { - for (std::size_t i = 0; i < 128; ++i) { + for (std::size_t i = 0; i < 256; ++i) { try { auto count = x.erase_if([threshold](value_type& v) { static std::atomic c{0}; @@ -211,7 +211,7 @@ namespace { enable_exceptions(); thread_runner( values, [&num_erased, &x, threshold](boost::span /* s */) { - for (std::size_t i = 0; i < 128; ++i) { + for (std::size_t i = 0; i < 256; ++i) { try { auto count = boost::unordered::erase_if(x, [threshold](value_type& v) {