timer: prefer TSC to HPET
[dpdk.git] / app / test / autotest_test_funcs.py
index f1d6092..61de366 100644 (file)
@@ -2,7 +2,7 @@
 
 #   BSD LICENSE
 # 
-#   Copyright(c) 2010-2012 Intel Corporation. All rights reserved.
+#   Copyright(c) 2010-2013 Intel Corporation. All rights reserved.
 #   All rights reserved.
 # 
 #   Redistribution and use in source and binary forms, with or without 
@@ -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)