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"