← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #186663]: iOS Simulator: Test Cases run super slow on Simulator --- Toggle Slow Animations

 

Question #186663 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/186663

    Status: Open => Answered

RaiMan proposed the following answer:
Yes, this is a known "feature".

In the standard, Sikuli will try max 3 search retries per second. But on
most machines and with normally searching the whole screen, this leads
to continues cpu usage.

If you think this leads to problems, you might reduce the search rate by
adapting the scan rates appropriately:

http://sikuli.org/docx/globals.html#Settings.WaitScanRate

Another possibility is to use exists(img, 0) (comes back after one
search in all cases) instead of find(img) where it is possible.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.