Chromium Code Reviews| Index: tools/testing/dart/test_suite.dart |
| =================================================================== |
| --- tools/testing/dart/test_suite.dart (revision 10752) |
| +++ tools/testing/dart/test_suite.dart (working copy) |
| @@ -1175,7 +1175,7 @@ |
| configuration.forEach((key, value) { |
| updatedConfiguration[key] = value; |
| }); |
| - updatedConfiguration['timeout'] *= 2; |
| + updatedConfiguration['timeout'] *= 3; |
| doTest(new TestCase(suiteName, |
| [new Command('java', args)], |
| updatedConfiguration, |