ATF tests timing out due to issue in execution orderIssue Sometimes ATF tests timeout at any step while execution throwing maximum timeout exceeded error.This happens even though the property sn.atf_debug is set to false.The error encountered will be like : SEVERE *** ERROR *** The test timed out because the max execution time (600 seconds)ReleaseAny supported release.CauseThe reason could be with execution order numbering in the test for test steps.When any two steps have the same execution order number , there is a chance that the ATF when reaches that step searches for the order and gets stuck.This might not happen in every run.ResolutionThe duplicate execution orders have to be rectified and rearranged to fix this issue.