From 3fc36d73a21ea7695f7d36e2bdae69132c9f5db2 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Wed, 27 Nov 2024 09:46:01 +0100 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 2cbba369..3e666a81 100755 --- a/test/integration/TestIM.py +++ b/test/integration/TestIM.py @@ -154,7 +154,7 @@ def test_11_create(self): self.__class__.inf_id = inf_id all_configured = self.wait_inf_state( - inf_id, VirtualMachine.CONFIGURED, 2400) + inf_id, VirtualMachine.CONFIGURED, 2700) self.assertTrue( all_configured, msg="ERROR waiting the infrastructure to be configured (timeout).")