tests/pm_pc8: remove sleep() call when setting up the environment
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Mon, 17 Feb 2014 19:29:36 +0000 (16:29 -0300)
committerPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 21 Feb 2014 13:07:30 +0000 (10:07 -0300)
commit6f288749f4f8c454f65e7de38c9bcff7a9a29411
tree746eab7440504dce3ad39b17342a835266643370
parentc9524235dd5eb3cf2d9fcd7d264c78cc2d1f3802
tests/pm_pc8: remove sleep() call when setting up the environment

This sleep was added because sometimes we didn't reach PC8+
residencies, but it was still not enough to prevent the problem every
time, and it is really not needed most of the times. I have
investigated more and it seems that we only have to wait until after
some minutes have past since the machine booted. So just remove the
sleep for now since when you run each subtest in a separate process,
you end up having to sleep at every subtest.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
tests/pm_pc8.c