diff --git a/logcat/tests/logcat_test.cpp b/logcat/tests/logcat_test.cpp index 61b020ccc..4f517bb18 100644 --- a/logcat/tests/logcat_test.cpp +++ b/logcat/tests/logcat_test.cpp @@ -605,7 +605,7 @@ TEST(logcat, logrotate) { char c; if ((2 == sscanf(buffer, "%d log.tx%c", &num, &c)) && - (num <= 24)) { + (num <= 40)) { ++count; } else if (strncmp(buffer, total, sizeof(total) - 1)) { fprintf(stderr, "WARNING: Parse error: %s", buffer);