No objections to making it shorter but I think iOS is the reason for the longer timeouts. If you do change the timeouts please test on an actual iOS device (or give me a shout and I can try it on an iPhone 4s and ipad 2 both running iOS 6.
-becky On Tue, Sep 25, 2012 at 1:18 PM, Andrew Grieve <agri...@google.com> wrote: > autotest/test-runner.js: > > // Timeout is 2 seconds to allow physical devices enough > > // time to query the response. This is important for some > > // Android devices. > > var Tests = function() {}; > > Tests.TEST_TIMEOUT = 7500; > > > The really long timeout is pretty annoying. Any objections to trying to set > this back to 2 seconds? >