From 312f657597de9ba0c79fe1a64636006d10a8f1e6 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Tue, 14 May 2024 13:26:15 +0200 Subject: [PATCH] Increase timeout --- test/integration/TestIM.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/TestIM.py b/test/integration/TestIM.py index c1b3aaaf..da9ef55a 100755 --- a/test/integration/TestIM.py +++ b/test/integration/TestIM.py @@ -698,7 +698,7 @@ def test_90_create(self): self.__class__.inf_id = [inf_id] all_configured = self.wait_inf_state( - inf_id, VirtualMachine.CONFIGURED, 1800) + inf_id, VirtualMachine.CONFIGURED, 2100) self.assertTrue( all_configured, msg="ERROR waiting the infrastructure to be configured (timeout).")