Chromium Code Reviews| Index: tests/corelib/stopwatch_test.dart |
| =================================================================== |
| --- tests/corelib/stopwatch_test.dart (revision 19098) |
| +++ tests/corelib/stopwatch_test.dart (working copy) |
| @@ -11,7 +11,7 @@ |
| Expect.isFalse(sw.isRunning); |
| sw.start(); |
| Expect.isTrue(sw.isRunning); |
| - for (int i = 0; i < 10000; i++) { |
| + for (int i = 0; i < 1000000; i++) { |
| int.parse(i.toString()); |
| if (sw.elapsedTicks > 0) { |
| break; |