Sfoglia il codice sorgente

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>
Guillaume W. Bres 3 anni fa
parent
commit
3dceb0402a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      support/testing/tests/package/test_python_scipy.py

+ 1 - 0
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")