From 1e25c6ff7c739e71c455f393430d6236abc19618 Mon Sep 17 00:00:00 2001 From: Elon Gliksberg Date: Sun, 8 Oct 2023 14:47:12 +0300 Subject: [PATCH] Updated the query size. --- integration_tests/tests/test_long_strings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/tests/test_long_strings.py b/integration_tests/tests/test_long_strings.py index 720f80a6f..6094ac292 100644 --- a/integration_tests/tests/test_long_strings.py +++ b/integration_tests/tests/test_long_strings.py @@ -1,6 +1,6 @@ from dbt_project import DbtProject -SAFE_QUERY_SIZE = 100000 +SAFE_QUERY_SIZE = 10000 def generate_query(query_size: int) -> str: