Skip to content
This repository was archived by the owner on Oct 24, 2020. It is now read-only.

Commit 152b4c7

Browse files
authored
Merge pull request #73 from loads/fix/71
fix: bump wait for cluster ready from 10 to 30 minutes
2 parents 57fae2f + a23115b commit 152b4c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

serverless.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ stepFunctions:
184184
ErrorEquals:
185185
- ServicesStartingException
186186
IntervalSeconds: 10
187-
MaxAttempts: 60
187+
MaxAttempts: 180
188188
BackoffRate: 1
189189
Catch:
190190
-
@@ -206,7 +206,7 @@ stepFunctions:
206206
"Check for Cluster Done":
207207
Type: Task
208208
Resource: check_for_cluster_done
209-
Next: "Wait for new Cluster Check"
209+
Next: "Wait for Cluster Done"
210210
Retry:
211211
-
212212
ErrorEquals:
@@ -220,7 +220,7 @@ stepFunctions:
220220
- States.ALL
221221
ResultPath: "$.error-info"
222222
Next: "Clean-up Cluster"
223-
"Wait for new Cluster Check":
223+
"Wait for Cluster Done":
224224
Type: Wait
225225
Seconds: 10
226226
Next: "Check for Cluster Done"

0 commit comments

Comments
 (0)