| Index: sdk/lib/_internal/pub/test/deploy/copies_dart_js_next_to_entrypoints_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/deploy/copies_dart_js_next_to_entrypoints_test.dart b/sdk/lib/_internal/pub/test/deploy/copies_dart_js_next_to_entrypoints_test.dart
|
| index 277382f86fd1d1a7e3a63bb54ea68623b00132a7..d95b3d9cb9065d3d781a7a5c24b143e3023e85fa 100644
|
| --- a/sdk/lib/_internal/pub/test/deploy/copies_dart_js_next_to_entrypoints_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/deploy/copies_dart_js_next_to_entrypoints_test.dart
|
| @@ -14,6 +14,10 @@ main() {
|
| initConfig();
|
|
|
| integration("compiles dart.js next to entrypoints", () {
|
| + // Dart2js can take a long time to compile dart code, so we increase the
|
| + // timeout to cope with that.
|
| + currentSchedule.timeout *= 3;
|
| +
|
| serve([
|
| d.dir('packages', [
|
| d.file('browser.json', json.stringify({'versions': ['1.0.0']})),
|
|
|