Browse Source

Increase timeout for WaitCondition

Anuj Bansal 3 years ago
parent
commit
bae4b4ad83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      devops/infrastructure/main.yml

+ 1 - 1
devops/infrastructure/main.yml

@@ -131,7 +131,7 @@ Resources:
     Type: AWS::CloudFormation::WaitCondition
     Properties:
       Handle: !Ref 'WaitHandle'
-      Timeout: '300'
+      Timeout: '600'
       Count: 3
 
 Outputs: