[Buildroot] [git commit] support/testing: octave: increase test timeout

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Aug 8 21:07:23 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=4b291f1bace77b0f462d663b16fab719187dab88
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 support/testing/tests/package/test_octave.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/testing/tests/package/test_octave.py b/support/testing/tests/package/test_octave.py
index 82a70e09c2..cdbe2688df 100644
--- a/support/testing/tests/package/test_octave.py
+++ b/support/testing/tests/package/test_octave.py
@@ -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)



More information about the buildroot mailing list