diff --git a/tests/polar_list_regression_test.cc b/tests/polar_list_regression_test.cc index 5699366..b2acb1b 100644 --- a/tests/polar_list_regression_test.cc +++ b/tests/polar_list_regression_test.cc @@ -102,7 +102,7 @@ int main() int64_t ambiguity_erasures = 0; double avg_mbs = 0; int64_t loops = 0; - while (uncorrected_errors < 1000 && ++loops < 1000) { + while (uncorrected_errors < 10000 && ++loops < 1000) { if (crc_aided) { crc.reset(); for (int i = 0; i < K-C; ++i) {