|
4 | 4 | // of the query definitions themselves, but can reduce immediate read |
5 | 5 | // failures when the provider plans many resources concurrently. |
6 | 6 | resource "time_sleep" "wait_for_propagation" { |
7 | | - create_duration = "45s" |
| 7 | + create_duration = "60s" |
8 | 8 | } |
9 | 9 |
|
10 | 10 | resource "aws_cloudwatch_query_definition" "search_for_errors" { |
|
34 | 34 |
|
35 | 35 | resource "time_sleep" "wait_after_search_for_errors" { |
36 | 36 | depends_on = [aws_cloudwatch_query_definition.search_for_errors] |
37 | | - create_duration = "15s" |
| 37 | + create_duration = "20s" |
38 | 38 | } |
39 | 39 |
|
40 | 40 | resource "aws_cloudwatch_query_definition" "search_by_correlation_id" { |
|
64 | 64 |
|
65 | 65 | resource "time_sleep" "wait_after_search_by_correlation_id" { |
66 | 66 | depends_on = [aws_cloudwatch_query_definition.search_by_correlation_id] |
67 | | - create_duration = "15s" |
| 67 | + create_duration = "20s" |
68 | 68 | } |
69 | 69 |
|
70 | 70 | resource "aws_cloudwatch_query_definition" "search_by_correlation_id_expanded" { |
|
94 | 94 |
|
95 | 95 | resource "time_sleep" "wait_after_search_by_correlation_id_expanded" { |
96 | 96 | depends_on = [aws_cloudwatch_query_definition.search_by_correlation_id_expanded] |
97 | | - create_duration = "15s" |
| 97 | + create_duration = "20s" |
98 | 98 | } |
99 | 99 |
|
100 | 100 | resource "aws_cloudwatch_query_definition" "search_by_odscode" { |
|
124 | 124 |
|
125 | 125 | resource "time_sleep" "wait_after_search_by_odscode" { |
126 | 126 | depends_on = [aws_cloudwatch_query_definition.search_by_odscode] |
127 | | - create_duration = "15s" |
| 127 | + create_duration = "20s" |
128 | 128 | } |
129 | 129 |
|
130 | 130 | resource "aws_cloudwatch_query_definition" "search_by_odscode_expanded" { |
|
154 | 154 |
|
155 | 155 | resource "time_sleep" "wait_after_search_by_odscode_expanded" { |
156 | 156 | depends_on = [aws_cloudwatch_query_definition.search_by_odscode_expanded] |
157 | | - create_duration = "15s" |
| 157 | + create_duration = "20s" |
158 | 158 | } |
159 | 159 |
|
160 | 160 | resource "aws_cloudwatch_query_definition" "search_for_invalid_postcode" { |
|
178 | 178 |
|
179 | 179 | resource "time_sleep" "wait_after_search_for_invalid_postcode" { |
180 | 180 | depends_on = [aws_cloudwatch_query_definition.search_for_invalid_postcode] |
181 | | - create_duration = "15s" |
| 181 | + create_duration = "20s" |
182 | 182 | } |
183 | 183 |
|
184 | 184 | resource "aws_cloudwatch_query_definition" "search_for_invalid_opening_times" { |
|
202 | 202 |
|
203 | 203 | resource "time_sleep" "wait_after_search_for_invalid_opening_times" { |
204 | 204 | depends_on = [aws_cloudwatch_query_definition.search_for_invalid_opening_times] |
205 | | - create_duration = "15s" |
| 205 | + create_duration = "20s" |
206 | 206 | } |
207 | 207 |
|
208 | 208 | resource "aws_cloudwatch_query_definition" "search_by_email_correlation_id" { |
|
227 | 227 |
|
228 | 228 | resource "time_sleep" "wait_after_search_by_email_correlation_id" { |
229 | 229 | depends_on = [aws_cloudwatch_query_definition.search_by_email_correlation_id] |
230 | | - create_duration = "15s" |
| 230 | + create_duration = "20s" |
231 | 231 | } |
232 | 232 |
|
233 | 233 | resource "aws_cloudwatch_query_definition" "search_by_update_request_success" { |
|
251 | 251 |
|
252 | 252 | resource "time_sleep" "wait_after_search_by_update_request_success" { |
253 | 253 | depends_on = [aws_cloudwatch_query_definition.search_by_update_request_success] |
254 | | - create_duration = "15s" |
| 254 | + create_duration = "20s" |
255 | 255 | } |
256 | 256 |
|
257 | 257 | resource "aws_cloudwatch_query_definition" "search_by_update_request_failed" { |
|
275 | 275 |
|
276 | 276 | resource "time_sleep" "wait_after_search_by_update_request_failed" { |
277 | 277 | depends_on = [aws_cloudwatch_query_definition.search_by_update_request_failed] |
278 | | - create_duration = "15s" |
| 278 | + create_duration = "20s" |
279 | 279 | } |
280 | 280 |
|
281 | 281 | resource "aws_cloudwatch_query_definition" "search_by_dos_data_item_updates" { |
|
301 | 301 |
|
302 | 302 | resource "time_sleep" "wait_after_search_by_dos_data_item_updates" { |
303 | 303 | depends_on = [aws_cloudwatch_query_definition.search_by_dos_data_item_updates] |
304 | | - create_duration = "15s" |
| 304 | + create_duration = "20s" |
305 | 305 | } |
306 | 306 |
|
307 | 307 | resource "aws_cloudwatch_query_definition" "search_for_report_warnings" { |
|
332 | 332 |
|
333 | 333 | resource "time_sleep" "wait_after_search_for_report_warnings" { |
334 | 334 | depends_on = [aws_cloudwatch_query_definition.search_for_report_warnings] |
335 | | - create_duration = "15s" |
| 335 | + create_duration = "20s" |
336 | 336 | } |
337 | 337 |
|
338 | 338 | resource "aws_cloudwatch_query_definition" "search_for_quality_checker_logs_with_odscode" { |
|
0 commit comments