This commit is contained in:
zyyang 2021-02-04 13:21:47 +08:00
parent a18c9c1b53
commit ca9dfb8a17
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public class InvalidResultSetPointerTest {
private static Connection connection;
private static int numOfSTb = 30000;
private static int numOfTb = 3;
private static int numOfThreads = 1;
private static int numOfThreads = 10;
@Test
public void test() throws SQLException {