Index: lib/src/console_reporter.dart |
diff --git a/lib/src/console_reporter.dart b/lib/src/console_reporter.dart |
index 7d208e0cdf89dc4b2c758581926662ac01f8e55d..f7f273a625efda7c98608fc9c91b99425238669e 100644 |
--- a/lib/src/console_reporter.dart |
+++ b/lib/src/console_reporter.dart |
@@ -29,7 +29,7 @@ final _noColor = getSpecial('\u001b[0m'); |
/// The maximum console line length. |
/// |
/// Lines longer than this will be cropped. |
-const _lineLength = 80; |
+const _lineLength = 100; |
/// A reporter that prints test results to the console in a single |
/// continuously-updating line. |