Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r549e92960cbce36d7be3fc981fd41d99bf73e016 -r8329a51c87e52328d6d8b58dd12b3c1aa7fcdc6f --- shared/scripts/configuration/utility.py (.../utility.py) (revision 549e92960cbce36d7be3fc981fd41d99bf73e016) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 8329a51c87e52328d6d8b58dd12b3c1aa7fcdc6f) @@ -46,7 +46,7 @@ try: counter += 1 test.log("Starting {}".format(app_name)) - squish.startApplication(config.Application_name) + squish.startApplication(app_name) if counter == 1: test.log(f"Application launched at the {counter}'st try.") elif counter == 2: @@ -55,7 +55,6 @@ test.log(f"Application launched at the {counter}'rd try.") else: test.log(f"Application launched at the {counter}'th try.") - squish.snooze(20) break except RuntimeError: if counter == 1: