-
Print
-
DarkLight
What should I do if a long running test fails with a message "Aborted due to an internal error"?
Some browser/OS combinations that rely on the external device farm will time out when the test execution time exceeds 7200 seconds (2 hours), causing an internal error.
If your test scenario ran for more than 2 hours and the error message says "Aborted due to an internal error", it's likely that the test failed due to this timeout.
To resolve this issue, shorten your test scenario so that it can finish running in less than 7200 seconds and try again.