Skip to content

Commit c74c1c8

Browse files
committed
increase writes on single-with-concurrent
1 parent 15b8b9a commit c74c1c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • localtests/move-tables/single-concurrent-writes

localtests/move-tables/single-concurrent-writes/on_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# insert data into the source primary, starting at ID 100 in batches of 10. kill
44
# the process after 5 seconds
5-
DATABASE=test script/move-tables/insert-source-primary-loop 100 0.1 10 &
5+
DATABASE=test script/move-tables/insert-source-primary-loop 100 0.01 100 &
66
sleep 5 && kill $!

0 commit comments

Comments
 (0)