ndo360 / codelinkv2

Automatically exported from code.google.com/p/codelinkv2
0 stars 0 forks source link

Batch wait:n command in unspecified time units. #555

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Version: 2.0.9.8s
User: PartyFlava

Summary: 
The parameter to the wait:n command does not seem to be in a 
standard/consistent time unit. I had heard that n was number of seconds but 
this is not the case.

To reproduce, use the wait:n command and observe the actual wait time.

I believe 'n' should be specified in seconds as seconds are easy to measure by 
a human and thus all guesswork of choosing 'n' is removed. The current system 
of "decompile, guess n, recompile, run, repeat" is extremely tedious and error 
prone.

Original issue reported on code.google.com by jason.ci...@gmail.com on 27 Sep 2013 at 10:44

GoogleCodeExporter commented 8 years ago
The documentation, which I did not find earlier, does state that it should be 
in seconds.

Original comment by jason.ci...@gmail.com on 28 Sep 2013 at 7:55