diff mbox series

[2/2] support/testing/tests/package/test_python_botocore.py: increase timeout

Message ID 20230418094317.2236091-2-raphael.melotte@mind.be
State Accepted
Headers show
Series [1/2] package: python-botocore: bump to 1.29.115 | expand

Commit Message

Raphaël Mélotte April 18, 2023, 9:43 a.m. UTC
With the current python-botocore version, the test times out on
machines on which it was passing with previous versions. Increase the
timeout so that the test can be run without using a timeout
multiplier.

Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
---
 support/testing/tests/package/test_python_botocore.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/support/testing/tests/package/test_python_botocore.py b/support/testing/tests/package/test_python_botocore.py
index 48c2f3cc02..f123993c08 100644
--- a/support/testing/tests/package/test_python_botocore.py
+++ b/support/testing/tests/package/test_python_botocore.py
@@ -12,7 +12,7 @@  class TestPythonPy3Botocore(TestPythonPackageBase):
         BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
         """
     sample_scripts = ["tests/package/sample_python_botocore.py"]
-    timeout = 10
+    timeout = 30
 
     def login(self):
         ext2_file = os.path.join(self.builddir, "images", "rootfs.ext2")