Index: shared/scripts/denaliMessages.py =================================================================== diff -u -r929c42f19c662c57ae264d200658fb1690353008 -r99810cece725cd3b1070c61756563b90b6d36650 --- shared/scripts/denaliMessages.py (.../denaliMessages.py) (revision 929c42f19c662c57ae264d200658fb1690353008) +++ shared/scripts/denaliMessages.py (.../denaliMessages.py) (revision 99810cece725cd3b1070c61756563b90b6d36650) @@ -67,7 +67,7 @@ # it seems it's needed otherwise the test will check a value which has not been received yet. # ################################################################################################## def waitForMessageToBeSent(): - time.sleep(0.1) + time.sleep(0.200) # 200ms ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~