From 6580f885234ee93bc12f2ab9724bd1033fa46544 Mon Sep 17 00:00:00 2001 From: Girish Shilamkar Date: Wed, 8 Jan 2014 11:03:39 +0530 Subject: [PATCH] CLOUDSTACK-5805: Increasing timeout period for VM to come to running state --- test/integration/component/test_reset_ssh_keypair.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_reset_ssh_keypair.py b/test/integration/component/test_reset_ssh_keypair.py index 7530335e4a9..ded25293816 100644 --- a/test/integration/component/test_reset_ssh_keypair.py +++ b/test/integration/component/test_reset_ssh_keypair.py @@ -93,7 +93,7 @@ class Services: "SSHEnabledTemplate": "SSHkey", "SSHPasswordEnabledTemplate": "SSHKeyPassword", "sleep": 60, - "timeout": 10, + "timeout": 20, "mode": 'advanced', }