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

Unified Diff: pkg/barback/test/package_graph/many_parallel_transformers_test.dart

Issue 102433007: Increase barback scheduled_test timeout for many_parallel_transformers test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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 | « no previous file | pkg/scheduled_test/lib/scheduled_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/test/package_graph/many_parallel_transformers_test.dart
diff --git a/pkg/barback/test/package_graph/many_parallel_transformers_test.dart b/pkg/barback/test/package_graph/many_parallel_transformers_test.dart
index 389beb15b44bcdbdad9d1b65386e6b7583753b22..b16d5d06cc42926c737a07ea3d538017dc2ff129 100644
--- a/pkg/barback/test/package_graph/many_parallel_transformers_test.dart
+++ b/pkg/barback/test/package_graph/many_parallel_transformers_test.dart
@@ -11,6 +11,7 @@ import '../utils.dart';
main() {
initConfig();
+ currentSchedule.timeout = new Duration(seconds: 30);
nweiz 2013/12/06 19:24:44 I like to scale the timeouts by doing "currentSche
test("handles many parallel transformers", () {
var files = new List.generate(100, (i) => "app|$i.txt");
« no previous file with comments | « no previous file | pkg/scheduled_test/lib/scheduled_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698