Index: tst_serviceshutdown/test.py =================================================================== diff -u -red536b18e1dc80a79a1988052195fa34f9f010d4 -r069e1f85cc0b9e24f807216a60e43c8236d9b1ad --- tst_serviceshutdown/test.py (.../test.py) (revision ed536b18e1dc80a79a1988052195fa34f9f010d4) +++ tst_serviceshutdown/test.py (.../test.py) (revision 069e1f85cc0b9e24f807216a60e43c8236d9b1ad) @@ -46,7 +46,7 @@ test.compare(str(waitForObjectExists(names.o_poweroff_rejection).baseUrl.path), "/dialogs/AutoHideInfo.qml", mSRSUI + " - Dialog") constantPartOfTheMessage = "Cannot shutdown during " # there might be the reason, concatenated at the end of the string. test.compare(str(waitForObjectExists(names.o_poweroff_rejection).text)[0:len(constantPartOfTheMessage)], constantPartOfTheMessage, mSRSUI + " - Message Text") - time.sleep(1) # dialog timeout + time.sleep(2) # dialog timeout time.sleep(1) # animation transition