summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/oeqa/runtime/cases/ltp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/cases/ltp.py b/meta/lib/oeqa/runtime/cases/ltp.py
index 29c26d7d32..13a4f84ac0 100644
--- a/meta/lib/oeqa/runtime/cases/ltp.py
+++ b/meta/lib/oeqa/runtime/cases/ltp.py
@@ -71,7 +71,7 @@ class LtpTest(LtpTestBase):
71 cmd = '/opt/ltp/runltp -f %s -q -r /opt/ltp -l /opt/ltp/results/%s -I 1 -d /opt/ltp' % (ltp_group, ltp_group) 71 cmd = '/opt/ltp/runltp -f %s -q -r /opt/ltp -l /opt/ltp/results/%s -I 1 -d /opt/ltp' % (ltp_group, ltp_group)
72 72
73 starttime = time.time() 73 starttime = time.time()
74 (status, output) = self.target.run(cmd) 74 (status, output) = self.target.run(cmd, timeout=1200)
75 endtime = time.time() 75 endtime = time.time()
76 76
77 # Write the console log to disk for convenience 77 # Write the console log to disk for convenience