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?
