Skip to content

Commit

Permalink
Generate much more data to stress the system
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <[email protected]>
  • Loading branch information
mattlord committed Apr 5, 2024
1 parent 3027347 commit b2388a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ func testReshardV2Workflow(t *testing.T) {
default:
_ = execVtgateQuery(t, dataGenConn, "customer", fmt.Sprintf("insert into customer (cid, name) values (%d, 'tempCustomer%d')", id, id))
}
time.Sleep(5 * time.Millisecond)
time.Sleep(1 * time.Millisecond)
id++
}
}()
Expand Down

0 comments on commit b2388a2

Please sign in to comment.