Skip to content

Commit

Permalink
Updated the query size.
Browse files Browse the repository at this point in the history
  • Loading branch information
elongl committed Oct 8, 2023
1 parent 8b30c15 commit 1e25c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/tests/test_long_strings.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from dbt_project import DbtProject

SAFE_QUERY_SIZE = 100000
SAFE_QUERY_SIZE = 10000


def generate_query(query_size: int) -> str:
Expand Down

0 comments on commit 1e25c6f

Please sign in to comment.