setAutoWaitTimeout or timeout not work as expected

Asked by bob

Hi,

I want to reduce the time of my scripts and after several tests I have observed that setAutoWaitTimeout does not work below 1 second. The doc says that it works in milliseconds but this is not what i observe...
For instance:
if exists("my_image_not_found.png"):
    [...]
gives 1.6 seconds to expires. I can add a delay, no problem with that but I cannot reduce the time, event with setAutoWaitTimeout(0) or if exists("my_image_not_found.png", 0).
Any ideas? Do I have to conclude that sikuli cannot find an image less than 1.6s and I cannot "timeout" this search feature?

Thanks in advance.
Regards

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

This problem exists in versions prior to 1.1.0 but should be fixed with 1.1.0+
... and surely with the latest version 1.1.1

Can you help with this problem?

Provide an answer of your own, or ask bob for more information if necessary.

To post a message you must log in.