diff options
Diffstat (limited to 'logd/LogBufferTest.cpp')
-rw-r--r-- | logd/LogBufferTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logd/LogBufferTest.cpp b/logd/LogBufferTest.cpp index bc01c805e..ced4a215f 100644 --- a/logd/LogBufferTest.cpp +++ b/logd/LogBufferTest.cpp @@ -119,7 +119,7 @@ static std::string CompareMessages(const std::string& expected, const std::strin } } - if (diff_index < 10) { + if (diff_index < 80) { auto expected_short = MakePrintable(expected); auto result_short = MakePrintable(result); return StringPrintf("msg: expected '%s' vs '%s'", expected_short.c_str(), |