| Index: sdk/lib/_internal/pub/test/transformer/dart2js/ignores_entrypoint_in_dependency_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/transformer/dart2js/ignores_entrypoint_in_dependency_test.dart b/sdk/lib/_internal/pub/test/transformer/dart2js/ignores_entrypoint_in_dependency_test.dart
|
| index 10aa1c2b1670af34191304371a5455eebbb30c79..bb382b839ec09cfc9eb9e4d20605b1ad49422029 100644
|
| --- a/sdk/lib/_internal/pub/test/transformer/dart2js/ignores_entrypoint_in_dependency_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/transformer/dart2js/ignores_entrypoint_in_dependency_test.dart
|
| @@ -4,6 +4,8 @@
|
|
|
| library pub_tests;
|
|
|
| +import 'package:scheduled_test/scheduled_test.dart';
|
| +
|
| import '../../descriptor.dart' as d;
|
| import '../../test_pub.dart';
|
| import '../../serve/utils.dart';
|
| @@ -11,6 +13,10 @@ import '../../serve/utils.dart';
|
| main() {
|
| initConfig();
|
| integration("ignores a Dart entrypoint in a dependency", () {
|
| + // 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", [
|
|
|