angular / protractor

E2E test framework for Angular apps
http://www.protractortest.org
MIT License
8.74k stars 2.31k forks source link

protractor hangs (multiCapabilities/sauce) when "Test did not see a new command for N seconds." #1541

Open laurelnaiad opened 10 years ago

laurelnaiad commented 10 years ago

Sometimes SauceLabs just seems to take forever, presumably under load. If it times out with the above error message (witnessed in the SauceLabs web console), then protractor just hangs and never completes the multiCapabilities run.

It would be great to have some way of getting this condition reported to the console for the platform(s) on which it happened (along with the rest of the console output for other platforms. That it hangs makes it very difficult to connect to other automation systems that rely on it to come to completion.

tonytamsf commented 9 years ago

@laurelnaiad Are you seeing this when you run in a batch? Where failing jobs do not get reported on the console and just dies?