Skip to content

Commit 0d522bb

Browse files
committed
reduce number of rows
1 parent 5209eb2 commit 0d522bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_native_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def test_native_upload_with_large_tabular_files(
196196
path = create_mock_tabular_file(
197197
directory,
198198
f"large_tabular_file_{i}.csv",
199-
rows=100000,
199+
rows=10000,
200200
cols=20,
201201
)
202202

0 commit comments

Comments
 (0)