Skip to content

Commit d78dbb6

Browse files
authored
Merge branch 'master' into staging/dump_alertario
2 parents 1ae4df1 + b72d638 commit d78dbb6

File tree

1 file changed

+4
-4
lines changed
  • pipelines/rj_cor/meteorologia/precipitacao_alertario

1 file changed

+4
-4
lines changed

pipelines/rj_cor/meteorologia/precipitacao_alertario/flows.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
get_current_flow_labels,
4141
)
4242

43-
wait_for_flow_run_with_2min_timeout = wait_for_flow_run_with_timeout(
44-
timeout=timedelta(minutes=2)
43+
wait_for_flow_run_with_5min_timeout = wait_for_flow_run_with_timeout(
44+
timeout=timedelta(minutes=5)
4545
)
4646

4747
with Flow(
@@ -120,7 +120,7 @@
120120
current_flow_labels.set_upstream(run_dbt)
121121
materialization_flow.set_upstream(current_flow_labels)
122122

123-
wait_for_materialization = wait_for_flow_run_with_2min_timeout(
123+
wait_for_materialization = wait_for_flow_run_with_5min_timeout(
124124
flow_run_id=materialization_flow,
125125
stream_states=True,
126126
stream_logs=True,
@@ -200,7 +200,7 @@
200200
)
201201
dump_to_gcs_flow.set_upstream(wait_for_materialization)
202202

203-
wait_for_dump_to_gcs = wait_for_flow_run_with_2min_timeout(
203+
wait_for_dump_to_gcs = wait_for_flow_run_with_5min_timeout(
204204
flow_run_id=dump_to_gcs_flow,
205205
stream_states=True,
206206
stream_logs=True,

0 commit comments

Comments
 (0)