X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Fautotest_test_funcs.py;h=61de36615140d651bbe0c940985d635c4583619a;hb=e987449c9fce2ec6210be3d8bad680d08d68c9dc;hp=ad124b05ee66b0b0d8b18ace61493af1273de1e8;hpb=3778059a51fcbc6b989ca7503a3ff89f6945ddd2;p=dpdk.git diff --git a/app/test/autotest_test_funcs.py b/app/test/autotest_test_funcs.py index ad124b05ee..61de366151 100644 --- a/app/test/autotest_test_funcs.py +++ b/app/test/autotest_test_funcs.py @@ -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)