Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: pkg/scheduled_test/test/scheduled_test_test.dart

Issue 13417002: Mark scheduled_server_test as flaky and increase the timeout on the other scheduled tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/scheduled_test/test/scheduled_test_test.dart
diff --git a/pkg/scheduled_test/test/scheduled_test_test.dart b/pkg/scheduled_test/test/scheduled_test_test.dart
index b1c0acb985426cbd9c1fa24c57996ee0b6ca496b..13fea65ca38b92b9c1661c06bd07dff7931aca67 100644
--- a/pkg/scheduled_test/test/scheduled_test_test.dart
+++ b/pkg/scheduled_test/test/scheduled_test_test.dart
@@ -15,8 +15,9 @@ import 'utils.dart';
void main() {
metaSetUp(() {
- // The windows bots are very slow, so we increase the default timeout.
- if (Platform.operatingSystem != "windows") return;
+ // TODO(nweiz): We used to only increase the timeout to 10s for the Windows
+ // bots, but the Linux and Mac bots have started taking upwards of 5s when
+ // running pumpEventQueue, so we're increasing the timeout across the board.
currentSchedule.timeout = new Duration(seconds: 10);
});
« pkg/scheduled_test/test/descriptor_test.dart ('K') | « pkg/scheduled_test/test/descriptor_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698