From 68f1939942e003f55f8df7d59c3bd048e6b48e06 Mon Sep 17 00:00:00 2001 From: galsalomon66 Date: Tue, 15 Dec 2020 11:51:19 +0200 Subject: [PATCH] reduce object size for test_like_expression, it may cause timeouts in teuthology runs Signed-off-by: galsalomon66 --- s3tests_boto3/functional/test_s3select.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 s3tests_boto3/functional/test_s3select.py diff --git a/s3tests_boto3/functional/test_s3select.py b/s3tests_boto3/functional/test_s3select.py old mode 100644 new mode 100755 index 6fc59f8..947db5c --- a/s3tests_boto3/functional/test_s3select.py +++ b/s3tests_boto3/functional/test_s3select.py @@ -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"