Index: tools/testing/dart/test_progress.dart |
diff --git a/tools/testing/dart/test_progress.dart b/tools/testing/dart/test_progress.dart |
index 49c52af2ce6722cbfac4abf39c005eaa58b5c591..02a02bd5854a0f53697e5cd91eda5683889c2f7b 100644 |
--- a/tools/testing/dart/test_progress.dart |
+++ b/tools/testing/dart/test_progress.dart |
@@ -62,7 +62,7 @@ class ExitCodeSetter extends EventListener { |
} |
class IgnoredTestMonitor extends EventListener { |
- static final int maxIgnored = 5; |
+ static final int maxIgnored = 10; |
int countIgnored = 0; |