]> git.droids-corp.org - dpdk.git/blobdiff - app/test/autotest_test_funcs.py
timer: prefer TSC to HPET
[dpdk.git] / app / test / autotest_test_funcs.py
index ad124b05ee66b0b0d8b18ace61493af1273de1e8..61de36615140d651bbe0c940985d635c4583619a 100644 (file)
@@ -182,7 +182,7 @@ def timer_autotest(child, test_name):
        i = 0
        child.sendline(test_name)
 
-       index = child.expect(["Start timer stress tests \(30 seconds\)",
+       index = child.expect(["Start timer stress tests \(20 seconds\)",
                "Test Failed",
                pexpect.TIMEOUT], timeout = 10)
 
@@ -191,7 +191,7 @@ def timer_autotest(child, test_name):
        elif index == 2:
                return -1, "Fail [Timeout]"
 
-       index = child.expect(["Start timer basic tests \(30 seconds\)",
+       index = child.expect(["Start timer basic tests \(20 seconds\)",
                "Test Failed",
                pexpect.TIMEOUT], timeout = 40)