Comment #2 on issue 9603 by [email protected]: run_webkit_tests should be faster http://code.google.com/p/chromium/issues/detail?id=9603
We now run tests in parallel on the Release bots. In order to reduce flakiness I did two things that slow down the running time by ~1-2 minutes. As we flesh out the flakiness we should undo both of these changes. 1. Used num_cpus test_shells instead of num_cpus+1. 2. Increased the timeout from 10 seconds to 20 seconds. For number two, we really should track how long tests take and implement issue 9324. That way we can limit the large timeouts to just the tests that need them. Other tasks that still need doing in addition to the above: 1. Get Debug builders running with multiple test_shells 2. Shard the LayoutTest/fast and LayoutTest/http directories and deal with resultant flaky tests 3. Get the windows/mac bots on quadcores or split the tests up on multiple machines. Currently, only the linux bot is on a quadcore. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
