while bulk test execution failing maximum test because of script timeout error. can any one give me any suggestion??? I am using protractor 1.3.1 version and executing tests in firefox.
Exact error: ScriptTimeoutError: Timed out waiting for page load. Build info: version: '2.43.1', revision: '5163bce', time: '2014-09-10 16:27:33' System info: host: 'system', ip: '192.168.11.170', os.name: 'Windows 8', os.arch: 'amd64', os.version: '6.2', java.version: '1.7.0_17' Driver info: driver.version: unknown. I set allScriptsTimeout: 600000 and set driver.manage().timeouts().setScriptTimeout(500000); in onprepare() after that also i am getting the error. Here actually some are failing and some are passing , all failing testcases are because of Script timeout error. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
