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

Unified Diff: sdk/lib/_internal/pub/test/transformer/dart2js/does_not_compile_if_disabled_test.dart

Issue 26235005: Give more time to the dart2js transformer tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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: sdk/lib/_internal/pub/test/transformer/dart2js/does_not_compile_if_disabled_test.dart
diff --git a/sdk/lib/_internal/pub/test/transformer/dart2js/does_not_compile_if_disabled_test.dart b/sdk/lib/_internal/pub/test/transformer/dart2js/does_not_compile_if_disabled_test.dart
index fc9066755aa287f857f12e288335de93e2d2ebd2..8fa22ff4cbfea660be591e6045f8cc2d95d90923 100644
--- a/sdk/lib/_internal/pub/test/transformer/dart2js/does_not_compile_if_disabled_test.dart
+++ b/sdk/lib/_internal/pub/test/transformer/dart2js/does_not_compile_if_disabled_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("does not compile if dart2js is disabled", () {
+ // 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", [

Powered by Google App Engine
This is Rietveld 408576698