diff options
| -rw-r--r-- | meta/lib/oeqa/runtime/smart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/smart.py b/meta/lib/oeqa/runtime/smart.py index 558065525f..c3fdf7d499 100644 --- a/meta/lib/oeqa/runtime/smart.py +++ b/meta/lib/oeqa/runtime/smart.py | |||
| @@ -15,7 +15,7 @@ class SmartTest(oeRuntimeTest): | |||
| 15 | @skipUnlessPassed('test_smart_help') | 15 | @skipUnlessPassed('test_smart_help') |
| 16 | def smart(self, command, expected = 0): | 16 | def smart(self, command, expected = 0): |
| 17 | command = 'smart %s' % command | 17 | command = 'smart %s' % command |
| 18 | status, output = self.target.run(command, 900) | 18 | status, output = self.target.run(command, 1500) |
| 19 | message = os.linesep.join([command, output]) | 19 | message = os.linesep.join([command, output]) |
| 20 | self.assertEqual(status, expected, message) | 20 | self.assertEqual(status, expected, message) |
| 21 | self.assertFalse("Cannot allocate memory" in output, message) | 21 | self.assertFalse("Cannot allocate memory" in output, message) |
