images/new.png
author |
Edouard Tisserant <edouard.tisserant@gmail.com> |
|
Sat, 05 Mar 2022 11:14:00 +0100 |
branch | wxPython4 |
changeset 3437 |
ce366d67a5b7 |
parent 814 |
5743cbdff669
|
permissions |
-rw-r--r-- |
Tests: Enhance robustness of stdout driven waiting state in Sikuli based tests.
Some tests were randomly passing, because from time to time waiting for idle was skiped. It was combination of multiple problems :
- buffering on stdout (now use readline + flush for each write to log)
- it is sometime required to wait for activity before waiting for timeout added "WaitForChangeAndIdle" to "stdoutIdleObserver"