up modify ebs volume wait time - snapshots can take a long time to complete

This commit is contained in:
Colin Johnson 2014-04-12 21:23:12 +00:00
parent fd1655d044
commit 00a9a05085

View File

@ -238,7 +238,7 @@ def wait_aws_event(object_in, object_type, wait_for_string):
logging.debug('wait_aws_event called.')
# allowed_wait_time reflects the number of seconds a that wait_aws_event
# will wait for a status or state change
allowed_wait_time = 300
allowed_wait_time = 900
# determines the correct attribute to poll to determine the state/status
# of an object. Instance resources/objects use 'state' while other