You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing some automated test software, and use this framework for showing progress times. A test can run for a specified quantum of time (by default 180 seconds).
I tried to set speed to 180000 for 180 seconds, but it runs way past that. Changing this to 1800 almost gave me the desired 3minute clock, but it timed out at 2:38.
Am I doing something wrong with my configuration parameters?
I'm writing some automated test software, and use this framework for showing progress times. A test can run for a specified quantum of time (by default 180 seconds).
I tried to set
speed
to 180000 for 180 seconds, but it runs way past that. Changing this to 1800 almost gave me the desired 3minute clock, but it timed out at 2:38.Am I doing something wrong with my configuration parameters?
Thanks in advance!
The text was updated successfully, but these errors were encountered: