Index: tst_disinfection/test.py =================================================================== diff -u -r6bb43117bca2673c5de877f5b70b094da344418a -r2e73714b63ae5fd2ef8b5acca5043e136454feff --- tst_disinfection/test.py (.../test.py) (revision 6bb43117bca2673c5de877f5b70b094da344418a) +++ tst_disinfection/test.py (.../test.py) (revision 2e73714b63ae5fd2ef8b5acca5043e136454feff) @@ -125,7 +125,7 @@ test.startSection("Section to verify rejection mode of create custom treatment") for rejection in range(1, config.NUM_OF_REQUEST_REJECT_REASONS + 1): hd_simulator.cmd_send_hd_disinfect_response(accepted = 0, reason = rejection) - utils.waitForGUI(0.1) + utils.waitForGUI(0.2) rejection_message = waitForObjectExists(DISINFECT_NOTIFICATION_OBJECT[item]) test.compare(rejection_message.text, config.REJECTION_REASON[rejection], "expected rejection {msg} displayed".format(msg=config.REJECTION_REASON[rejection])) test.endSection()