Skip to content

Commit 9a05b39

Browse files
committed
Revert batch of 40 to 50
1 parent 3c0a5a7 commit 9a05b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client_request_metrics_local_remote_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_batch_and_slice(self):
5959
# Run batch test:
6060
query = 'BEGIN BATCH '
6161
for i in murmur3_hashes.keys():
62-
for y in range(0, 40):
62+
for y in range(0, 50):
6363
query += "INSERT INTO ks.test (id, ord, val) VALUES ({}, {}, 'aaa')".format(i, y)
6464
query += 'APPLY BATCH;'
6565
session.execute(query)

0 commit comments

Comments
 (0)