From 66d63db0bb3b1251dda8903240efa1c618221f17 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Mon, 13 May 2024 15:43:05 +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 c1903dc3..d432c5f9 100755 --- a/test/integration/TestIM.py +++ b/test/integration/TestIM.py @@ -337,7 +337,7 @@ def test_22_removeresource(self): msg="ERROR unexpected state. Expected 'running' and obtained " + vm_state) all_configured = self.wait_inf_state( - self.inf_id, VirtualMachine.CONFIGURED, 1200) + self.inf_id, VirtualMachine.CONFIGURED, 1800) self.assertTrue( all_configured, msg="ERROR waiting the infrastructure to be configured (timeout).")