Index: tst_ui_alarms_dialog/test.py =================================================================== diff -u -r84c1284ecff1f30169d50afb688be18934eb8506 -r06fda637e04ce27ea414ba8ad06af92c4b76d788 --- tst_ui_alarms_dialog/test.py (.../test.py) (revision 84c1284ecff1f30169d50afb688be18934eb8506) +++ tst_ui_alarms_dialog/test.py (.../test.py) (revision 06fda637e04ce27ea414ba8ad06af92c4b76d788) @@ -109,7 +109,7 @@ @output N/A """ mouseClick(waitForObject(names.o_alarm_button_minimize)) - utils.waitForGUI(0.5) # this wait is necessary. Due to dialog animation it will be hide until the animation is done. + utils.waitForGUI(1) # this wait is necessary. Due to dialog animation it will be hide until the animation is done. def maximize(): @@ -119,7 +119,7 @@ @output N/A """ mouseClick(waitForObject(names.o_alarm_bar_maximize)) - utils.waitForGUI(0.5) # this wait is necessary. Due to dialog animation it will be hide until the animation is done. + utils.waitForGUI(1) # this wait is necessary. Due to dialog animation it will be hide until the animation is done. def test_button(flag, vButtons):