Index: utils/tests/pub/test_pub.dart |
diff --git a/utils/tests/pub/test_pub.dart b/utils/tests/pub/test_pub.dart |
index be04cf481664771d89d297ba91bd54fa8fb5ad72..87053b9a3f1b4ae0e6e09a2e6c44b570b8d27f5b 100644 |
--- a/utils/tests/pub/test_pub.dart |
+++ b/utils/tests/pub/test_pub.dart |
@@ -1184,7 +1184,7 @@ class _PairMatcher extends BaseMatcher { |
/// The time (in milliseconds) to wait for scheduled events that could run |
/// forever. |
-const _SCHEDULE_TIMEOUT = 5000; |
+const _SCHEDULE_TIMEOUT = 10000; |
/// A class representing a [Process] that is scheduled to run in the course of |
/// the test. This class allows actions on the process to be scheduled |