On Mon, Jan 12, 2009 at 8:41 AM, Scott Violet <[email protected]> wrote: > . Some of the UI tests poll until some criteria is matched. For > example, until the number of tabs becomes X. This makes for tests > that take longer than they need to. 250ms doesn't seem like much, > but it quickly adds up as our test base grows. Instead, the test > should issue a command so that the browser sends back a response > when done so that the tests can run as fast as possible.
I like this one. I made this change to the Gears test infrastructure and it made a huge positive difference in both flakeyness and performance. - a --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
