diff mbox series

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

Message ID 20220802173121.14438-1-guillaume.bressaix@gmail.com
State Accepted
Headers show
Series [1/1] support/testing: test_python_scipy relax timeout value | expand

Commit Message

Guillaume Bres Aug. 2, 2022, 5:31 p.m. UTC
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@gmail.com>
---
Test did fail on my laptop for example
---
 support/testing/tests/package/test_python_scipy.py | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Aug. 3, 2022, 4:35 p.m. UTC | #1
On Tue,  2 Aug 2022 19:31:21 +0200
"Guillaume W. Bres" <guillaume.bressaix@gmail.com> wrote:

> 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@gmail.com>
> ---
> Test did fail on my laptop for example
> ---
>  support/testing/tests/package/test_python_scipy.py | 1 +
>  1 file changed, 1 insertion(+)

Applied to master with a reworked commit log, thanks.

Thomas
diff mbox series

Patch

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")