mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
support/testing: octave: increase test timeout
Octave package test can occasionally fail due to timeout while testing
some octave modules. This commit slightly increase the timeout value
to reduce those failures.
Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 4b291f1bac)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
36807c65ba
commit
bbe4a64e36
@@ -76,4 +76,4 @@ class TestOctave(infra.basetest.BRTest):
|
||||
|
||||
for mod in octave_modules:
|
||||
cmd = self.octave_cmd('assert(test(\"{}\"),true)'.format(mod))
|
||||
self.assertRunOk(cmd)
|
||||
self.assertRunOk(cmd, timeout=10)
|
||||
|
||||
Reference in New Issue
Block a user