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

Unified Diff: pkg/scheduled_test/test/descriptor_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
« no previous file with comments | « pkg/pkg.status ('k') | pkg/scheduled_test/test/scheduled_test_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/scheduled_test/test/descriptor_test.dart
diff --git a/pkg/scheduled_test/test/descriptor_test.dart b/pkg/scheduled_test/test/descriptor_test.dart
index f43e159476f298318a7d5ef2e1923918b533c97d..5c8bc64150313265f5504520d061c2ac156d76ec 100644
--- a/pkg/scheduled_test/test/descriptor_test.dart
+++ b/pkg/scheduled_test/test/descriptor_test.dart
@@ -18,8 +18,9 @@ String sandbox;
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.
Bob Nystrom 2013/04/02 00:45:22 Mention the bug number here.
nweiz 2013/04/02 00:50:00 Done.
currentSchedule.timeout = new Duration(seconds: 10);
});
« no previous file with comments | « pkg/pkg.status ('k') | pkg/scheduled_test/test/scheduled_test_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698