On 03/22/16 17:28, YongHao Hu wrote:
How long is a test running acceptable? I want to know a appropriate standard.
There's no rule for that. In most cases 100ms wait is long enough to make sure something works. Of course if the test is useful and it can't be written to end quickly it can take much longer. I'm trying to avoid tests that calls Sleep if possible.
Thanks, Piotr