summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest')
-rw-r--r--meta/lib/oeqa/selftest/cases/runcmd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/runcmd.py b/meta/lib/oeqa/selftest/cases/runcmd.py
index d76d7063c6..a1615cfd20 100644
--- a/meta/lib/oeqa/selftest/cases/runcmd.py
+++ b/meta/lib/oeqa/selftest/cases/runcmd.py
@@ -24,8 +24,8 @@ class RunCmdTests(OESelftestTestCase):
24 24
25 # The delta is intentionally smaller than the timeout, to detect cases where 25 # The delta is intentionally smaller than the timeout, to detect cases where
26 # we incorrectly apply the timeout more than once. 26 # we incorrectly apply the timeout more than once.
27 TIMEOUT = 2 27 TIMEOUT = 5
28 DELTA = 1 28 DELTA = 3
29 29
30 @OETestID(1916) 30 @OETestID(1916)
31 def test_result_okay(self): 31 def test_result_okay(self):