Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5AFBC101F2 for ; Wed, 8 Jan 2014 05:35:43 +0000 (UTC) Received: (qmail 35306 invoked by uid 500); 8 Jan 2014 05:35:42 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 35100 invoked by uid 500); 8 Jan 2014 05:35:36 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 35086 invoked by uid 99); 8 Jan 2014 05:35:34 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jan 2014 05:35:34 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B59093AA97; Wed, 8 Jan 2014 05:35:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: girish@apache.org To: commits@cloudstack.apache.org Message-Id: <65e62498818d4b139b420f269bbf129b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.3 to 6580f88 Date: Wed, 8 Jan 2014 05:35:34 +0000 (UTC) Updated Branches: refs/heads/4.3 c75b0044e -> 6580f8852 CLOUDSTACK-5805: Increasing timeout period for VM to come to running state Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6580f885 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6580f885 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6580f885 Branch: refs/heads/4.3 Commit: 6580f885234ee93bc12f2ab9724bd1033fa46544 Parents: c75b004 Author: Girish Shilamkar Authored: Wed Jan 8 11:03:39 2014 +0530 Committer: Girish Shilamkar Committed: Wed Jan 8 11:03:39 2014 +0530 ---------------------------------------------------------------------- test/integration/component/test_reset_ssh_keypair.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6580f885/test/integration/component/test_reset_ssh_keypair.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_reset_ssh_keypair.py b/test/integration/component/test_reset_ssh_keypair.py index 7530335..ded2529 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', }