You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by je...@apache.org on 2010/12/25 04:59:52 UTC

svn commit: r1052748 - /incubator/libcloud/trunk/libcloud/drivers/cloudsigma.py

Author: jerry
Date: Sat Dec 25 03:59:52 2010
New Revision: 1052748

URL: http://svn.apache.org/viewvc?rev=1052748&view=rev
Log:
Increase imaging timeout for CloudSigma

Submitted By: Tomaž Muraus <ka...@k5-storitve.net>

Modified:
    incubator/libcloud/trunk/libcloud/drivers/cloudsigma.py

Modified: incubator/libcloud/trunk/libcloud/drivers/cloudsigma.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/cloudsigma.py?rev=1052748&r1=1052747&r2=1052748&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/drivers/cloudsigma.py (original)
+++ incubator/libcloud/trunk/libcloud/drivers/cloudsigma.py Sat Dec 25 03:59:52 2010
@@ -133,7 +133,7 @@ NODE_STATE_MAP = {
 }
 
 # Default timeout (in seconds) for the drive imaging process
-IMAGING_TIMEOUT = 10 * 60
+IMAGING_TIMEOUT = 20 * 60
 
 class CloudSigmaException(Exception):
     def __str__(self):