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

Unified Diff: test/build/includes_assets_from_dependencies_test.dart

Issue 1215833002: Use the new test runner. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years, 6 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: test/build/includes_assets_from_dependencies_test.dart
diff --git a/test/build/includes_assets_from_dependencies_test.dart b/test/build/includes_assets_from_dependencies_test.dart
index 6661940d12a734d13fd3eef77cc4ec132c2e75f0..873f083343e476e0e77f54b962907413d867d95c 100644
--- a/test/build/includes_assets_from_dependencies_test.dart
+++ b/test/build/includes_assets_from_dependencies_test.dart
@@ -2,19 +2,17 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
+// Dart2js can take a long time to compile dart code, so we increase the timeout
+// to cope with that.
+@Timeout.factor(3)
+
import 'package:scheduled_test/scheduled_test.dart';
import '../descriptor.dart' as d;
import '../test_pub.dart';
main() {
- initConfig();
-
integration("includes assets from the 'lib' directory of dependencies", () {
- // Dart2js can take a long time to compile dart code, so we increase the
- // timeout to cope with that.
- currentSchedule.timeout *= 3;
-
d.dir("foo", [
d.libPubspec("foo", "0.0.1"),
d.dir("lib", [

Powered by Google App Engine
This is Rietveld 408576698