[Buildroot] [PATCH 1/1] support/testing: test_python_scipy relax timeout value

Guillaume W. Bres guillaume.bressaix at gmail.com
Tue Aug 2 17:31:21 UTC 2022


We might get a failure here on slow build machines,
as scipy is fairly long to import.

Signed-off-by: Guillaume W. Bres <guillaume.bressaix at gmail.com>
---
Test did fail on my laptop for example
---
 support/testing/tests/package/test_python_scipy.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/support/testing/tests/package/test_python_scipy.py b/support/testing/tests/package/test_python_scipy.py
index fec4f4319f..007bc9ffa5 100644
--- a/support/testing/tests/package/test_python_scipy.py
+++ b/support/testing/tests/package/test_python_scipy.py
@@ -20,6 +20,7 @@ class TestPythonPy3SciPy(TestPythonPackageBase):
         # BR2_TARGET_ROOTFS_TAR is not set
         """
     sample_scripts = ["tests/package/sample_python_scipy.py"]
+    timeout = 30
 
     def login(self):
         ext2_file = os.path.join(self.builddir, "images", "rootfs.ext2")
-- 
2.20.1




More information about the buildroot mailing list