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).")