| Index: tools/heapcheck/chrome_tests.py
|
| diff --git a/tools/heapcheck/chrome_tests.py b/tools/heapcheck/chrome_tests.py
|
| index c3fc592c0d62eb7f8bc3e66d169d47748643d241..ad4a3861c9aa81282533f42dfbbb75281d384466 100755
|
| --- a/tools/heapcheck/chrome_tests.py
|
| +++ b/tools/heapcheck/chrome_tests.py
|
| @@ -304,8 +304,7 @@ class ChromeTests(object):
|
| return self.SimpleTest("chrome", "ui_tests",
|
| cmd_args=[
|
| "--ui-test-action-timeout=80000",
|
| - "--ui-test-action-max-timeout=180000",
|
| - "--ui-test-terminate-timeout=60000"])
|
| + "--ui-test-action-max-timeout=180000"])
|
|
|
| def TestLayoutChunk(self, chunk_num, chunk_size):
|
| '''Runs tests [chunk_num*chunk_size .. (chunk_num+1)*chunk_size).
|
|
|