reduce object size for test_like_expression, it may cause timeouts in teuthology runs

Signed-off-by: galsalomon66 <gal.salomon@gmail.com>
This commit is contained in:
galsalomon66 2020-12-15 11:51:19 +02:00
parent 5d6166bf53
commit 6a63d0cf91

2
s3tests_boto3/functional/test_s3select.py Normal file → Executable file
View file

@ -353,7 +353,7 @@ def test_in_expressions():
@attr('s3select')
def test_like_expressions():
csv_obj = create_random_csv_object_string(10000,10)
csv_obj = create_random_csv_object_string(1000,10)
csv_obj_name = get_random_string()
bucket_name = "test"