← Back to team overview

sikuli-driver team mailing list archive

[Bug 684815] Re: 0.10.2 Delay must be 0 to 60, 000ms

 

** Summary changed:

- Delay must be 0 to 60,000ms
+ 0.10.2 Delay must be 0 to 60,000ms

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/684815

Title:
  0.10.2 Delay must be 0 to 60,000ms

Status in Sikuli:
  Fix Committed

Bug description:
  Sikuli 0.10.2
  Windows 7 32-bit

  Periodically I'm getting the error message:

  java.lang.IllegalArgumentException:
  java.lang.IllegalArgumentException: Delay must be to 0 to 60,000ms

  This seems to happen wherever I have an exist(),sleep(),wait(),etc...
  function. This error message seems to be implying that the delay can
  only be up to 1 minute long. There is nowhere in Sikuli's
  documentation that mentions a 1 minute limit and example scripts seem
  to use longer than 1 minute delays. Additionally, this particular
  delay is only 15 seconds. Although I've also gotten in where I've
  tried to wait() for 15 minutes.