Index: test/dart2js/compiles_entrypoints_in_root_package_test.dart |
diff --git a/test/dart2js/compiles_entrypoints_in_root_package_test.dart b/test/dart2js/compiles_entrypoints_in_root_package_test.dart |
index f8207e62771fd1251b5a67208d19296d2b9da489..886f5fdf922404b567e4bea827d2bd093f9c8d3d 100644 |
--- a/test/dart2js/compiles_entrypoints_in_root_package_test.dart |
+++ b/test/dart2js/compiles_entrypoints_in_root_package_test.dart |
@@ -2,18 +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("compiles Dart entrypoints in root package to JS", () { |
- // Dart2js can take a long time to compile dart code, so we increase the |
- // timeout to cope with that. |
- currentSchedule.timeout *= 3; |
- |
d.dir(appPath, [ |
d.appPubspec(), |
d.dir('benchmark', [ |