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

Unified Diff: sdk/lib/_internal/pub/test/transformer/dart2js/allows_import_in_dart_code_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
« no previous file with comments | « no previous file | sdk/lib/_internal/pub/test/transformer/dart2js/compiles_generated_dart_file_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/test/transformer/dart2js/allows_import_in_dart_code_test.dart
diff --git a/sdk/lib/_internal/pub/test/transformer/dart2js/allows_import_in_dart_code_test.dart b/sdk/lib/_internal/pub/test/transformer/dart2js/allows_import_in_dart_code_test.dart
index 441ef8bc09cf68838459fb7fab8d72a9af54d1e5..fc136fcede880c58b69e860a25b36e146508dbe6 100644
--- a/sdk/lib/_internal/pub/test/transformer/dart2js/allows_import_in_dart_code_test.dart
+++ b/sdk/lib/_internal/pub/test/transformer/dart2js/allows_import_in_dart_code_test.dart
@@ -13,6 +13,10 @@ import '../../serve/utils.dart';
main() {
initConfig();
integration("handles imports in the Dart code", () {
+ // 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", [
« no previous file with comments | « no previous file | sdk/lib/_internal/pub/test/transformer/dart2js/compiles_generated_dart_file_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698