Index: sdk/lib/_internal/pub/test/deploy/compiles_dart_entrypoints_to_dart_and_js_test.dart |
diff --git a/sdk/lib/_internal/pub/test/deploy/compiles_dart_entrypoints_to_dart_and_js_test.dart b/sdk/lib/_internal/pub/test/deploy/compiles_dart_entrypoints_to_dart_and_js_test.dart |
index d8a1f864a68208c8a0fda160775ddbbe7046d32a..0f8bfeba70088c52aaa4771fffb615b23690fa18 100644 |
--- a/sdk/lib/_internal/pub/test/deploy/compiles_dart_entrypoints_to_dart_and_js_test.dart |
+++ b/sdk/lib/_internal/pub/test/deploy/compiles_dart_entrypoints_to_dart_and_js_test.dart |
@@ -12,6 +12,10 @@ main() { |
initConfig(); |
integration("compiles Dart entrypoints to Dart and 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('web', [ |