From 00a9a050850d2b026250cdb8bb69652f7bcb1d30 Mon Sep 17 00:00:00 2001 From: Colin Johnson Date: Sat, 12 Apr 2014 21:23:12 +0000 Subject: [PATCH] up modify ebs volume wait time - snapshots can take a long time to complete --- ec2-modify-ebs-volume/ec2-modify-ebs-volume.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ec2-modify-ebs-volume/ec2-modify-ebs-volume.py b/ec2-modify-ebs-volume/ec2-modify-ebs-volume.py index aee0170..a47b66f 100755 --- a/ec2-modify-ebs-volume/ec2-modify-ebs-volume.py +++ b/ec2-modify-ebs-volume/ec2-modify-ebs-volume.py @@ -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