From f5ca7280cc04a72ab34b5810fe9f21c4daf3d53f Mon Sep 17 00:00:00 2001 From: thutuva <101137626+thutuva@users.noreply.github.com> Date: Tue, 20 Aug 2024 08:35:43 -0400 Subject: [PATCH] updating redshift timeout --- integration_tests/profiles/redshift/profiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/profiles/redshift/profiles.yml b/integration_tests/profiles/redshift/profiles.yml index c786cc1..1dd5219 100644 --- a/integration_tests/profiles/redshift/profiles.yml +++ b/integration_tests/profiles/redshift/profiles.yml @@ -1,7 +1,7 @@ default: outputs: dev: - connect_timeout: 120 + connect_timeout: 3600 dbname: dev_ci_testing host: "{{ env_var('DBT_REDSHIFT_CI_HOST') }}" keepalives_idle: 240