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

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

Issue 13375022: Split up some slow pub tests and mark some scheduled_test tests as slow. (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') | utils/tests/pub/lish/archives_and_uploads_a_package_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/scheduled_test/test/scheduled_server_test.dart
diff --git a/pkg/scheduled_test/test/scheduled_server_test.dart b/pkg/scheduled_test/test/scheduled_server_test.dart
index b34765c6f22e3754b787db3802e7d552bcf767d8..5cbf0a7f38ec788bffa8e553b60df2f9aa7771cd 100644
--- a/pkg/scheduled_test/test/scheduled_server_test.dart
+++ b/pkg/scheduled_test/test/scheduled_server_test.dart
@@ -17,8 +17,8 @@ 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): Only increase the timeout length for the Windows bots once
+ // we track down the cause of >5s HTTP requests on the Linux and Mac bots.
currentSchedule.timeout = new Duration(seconds: 10);
});
« no previous file with comments | « pkg/pkg.status ('k') | utils/tests/pub/lish/archives_and_uploads_a_package_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698