diff --git a/wptrunner/executors/executorservo.py b/wptrunner/executors/executorservo.py index b4ce7676e27988..7be3a999f73ad2 100644 --- a/wptrunner/executors/executorservo.py +++ b/wptrunner/executors/executorservo.py @@ -25,7 +25,7 @@ def run_test(self, test): self.result_data = None self.result_flag = threading.Event() - self.command = [self.binary, "--hard-fail", + self.command = [self.binary, "--cpu", "--hard-fail", urlparse.urljoin(self.http_server_url, test.url)] if self.debug_args: