support/testing/tests/package/test_python_scipy: relax timeout value
Importing the scipy module in the Python interpreter running in Qemu takes quite a while on slow machine, so a timeout extension to 30 seconds is needed to make sure the test has the time to run. Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
e80d68dd15
commit
3dceb0402a
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user