We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccdaf0e commit 71a6534Copy full SHA for 71a6534
load_tests/test_s3.py
@@ -23,7 +23,7 @@ def test_s3_select(benchmark_time):
23
assert timer.elapsed_time < benchmark_time
24
25
26
-@pytest.mark.parametrize("benchmark_time", [15])
+@pytest.mark.parametrize("benchmark_time", [5])
27
def test_s3_delete_objects(path, path2, benchmark_time):
28
df = pd.DataFrame({"id": [1, 2, 3]})
29
objects_per_bucket = 505
0 commit comments