Automated Test Framework (ATF) fails with timeoutIssue When running an Automated Test Framework (ATF) on the form like Incident or change, sometimes the test execution fails and throw an error "max timeout exceeded"CauseWhen executing an Automated Test Framework (ATF) it will validate all Client script errors on the form which are ignored while manual submission or update of form. As the form takes time to load and validate all the errors before submission, it throws errors as max timeout exceeded sometimes. This error can be confirmed by running the Automated Test Framework (ATF) once again and see the last step at which it is failing. Also, ATF will capture the last executed step failure screenshot which shows the form is still in validation or finding the reference value.ResolutionTo overcome such issues, add timeout value in the step that is taking long time. Go to Automated Test Framework (ATF) testAdd Test stepsFind the last step that is causing max timeout errorPersonalize and select the "Timeout" field from slush bucketSet value to the 'timeout' field (5 seconds to 10 seconds)Save and run the test once again The max timeout issue will be resolved.Related LinksAutomated Test Framework(ATF) - Timeout Error