Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r8fe36cf3dde9429e91c1497af8bf7eac2a9a10e6 -r9b2b6f2f03d8988f9999d65945a60773cbaa22e9 --- shared/scripts/configuration/utility.py (.../utility.py) (revision 8fe36cf3dde9429e91c1497af8bf7eac2a9a10e6) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 9b2b6f2f03d8988f9999d65945a60773cbaa22e9) @@ -38,7 +38,7 @@ try: counter += 1 test.log("Starting {}".format(app_name)) - squish.startApplication(config.Application_name) + squish.startApplication(config.APPLICATION_NAME) if counter == 1: test.log(f"Application launched at the {counter}'st try.") elif counter == 2: @@ -47,7 +47,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: