diff --git a/tests/system-test/1-insert/composite_primary_key_insert.py b/tests/system-test/1-insert/composite_primary_key_insert.py index 1a22eb781c..c888bacadc 100644 --- a/tests/system-test/1-insert/composite_primary_key_insert.py +++ b/tests/system-test/1-insert/composite_primary_key_insert.py @@ -31,8 +31,8 @@ class LegalDataType(Enum): UINT = 'INT UNSIGNED' BIGINT = 'BIGINT' UBIGINT = 'BIGINT UNSIGNED' - VARCHAR = 'VARCHAR(100)' - BINARY = 'BINARY(100)' + VARCHAR = 'VARCHAR(10000)' + BINARY = 'BINARY(10000)' class TableType(Enum):