From bf8a8b4b59f561637cd09a8062906d37b4625ebf Mon Sep 17 00:00:00 2001 From: thutuva <101137626+thutuva@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:35:54 -0400 Subject: [PATCH] increasing 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