mirror of
https://git.yoctoproject.org/poky
synced 2026-03-16 20:29:41 +01:00
oeqa/runtime/smart: Increase timeout to 1500 test
(From OE-Core rev: a99edb5552839fd50326dd3aa4ee2f36f6026882) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
eae5f4bdac
commit
14fee32867
@@ -15,7 +15,7 @@ class SmartTest(oeRuntimeTest):
|
||||
@skipUnlessPassed('test_smart_help')
|
||||
def smart(self, command, expected = 0):
|
||||
command = 'smart %s' % command
|
||||
status, output = self.target.run(command, 900)
|
||||
status, output = self.target.run(command, 1500)
|
||||
message = os.linesep.join([command, output])
|
||||
self.assertEqual(status, expected, message)
|
||||
self.assertFalse("Cannot allocate memory" in output, message)
|
||||
|
||||
Reference in New Issue
Block a user