Chromium Code Reviews| Index: tools/test.dart |
| =================================================================== |
| --- tools/test.dart (revision 24092) |
| +++ tools/test.dart (working copy) |
| @@ -167,6 +167,7 @@ |
| // FIXME(kustermann/ricow): Remove this once the new browser_controller is |
| // stable. |
| maxBrowserProcesses = math.max(maxProcesses - 3, 1); |
| + maxProcesses = math.max(maxProcesses -1, 1); |
| } |
| for (String key in selectors.keys) { |