Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] support/testing: test_python_scipy relax timeout value
@ 2022-08-02 17:31 Guillaume W. Bres
  2022-08-03 16:35 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Guillaume W. Bres @ 2022-08-02 17:31 UTC (permalink / raw)
  To: buildroot; +Cc: Guillaume W. Bres, Thomas Petazzoni

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(+)

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

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] support/testing: test_python_scipy relax timeout value
  2022-08-02 17:31 [Buildroot] [PATCH 1/1] support/testing: test_python_scipy relax timeout value Guillaume W. Bres
@ 2022-08-03 16:35 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-08-03 16:35 UTC (permalink / raw)
  To: Guillaume W. Bres; +Cc: buildroot

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
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-03 16:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-02 17:31 [Buildroot] [PATCH 1/1] support/testing: test_python_scipy relax timeout value Guillaume W. Bres
2022-08-03 16:35 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox