Skip to content
Snippets Groups Projects
Commit cc2d36b9 authored by Ziad Elhanafy's avatar Ziad Elhanafy
Browse files

arm/oeqa: Increase SCP and LCP tests timeout


The timeout used in the OEQA tests of SCP and LCP is sometimes
not enough, Increase those timeouts so the tests do not fail.

Signed-off-by: default avatarZiad Elhanafy <ziad.elhanafy@arm.com>
parent 880f57ce
Branches
Tags
No related merge requests found
......@@ -8,5 +8,5 @@ class LcpTest(OERuntimeTestCase):
self.target.transition('on')
self.target.expect(self.console,
r'\[FWK\] Module initialization complete!',
timeout=30)
timeout=60)
self.assertNotIn(b'[ERROR]', self.target.before(self.console))
......@@ -8,5 +8,5 @@ class ScpTest(OERuntimeTestCase):
self.target.transition('on')
self.target.expect(self.console,
r'\[FWK\] Module initialization complete!',
timeout=30)
timeout=60)
self.assertNotIn(b'[ERROR]', self.target.before(self.console))
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment