Skip to content

Commit 3db3f92

Browse files
author
Paultagoras
committed
Update DatabaseMetaDataTest.java
1 parent 2dd5b07 commit 3db3f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jdbc-v2/src/test/java/com/clickhouse/jdbc/metadata/DatabaseMetaDataTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public void testGetTables() throws Exception {
102102
@Test(groups = { "integration" })
103103
public void testGetPrimaryKeys() throws Exception {
104104
runQuery("SELECT 1;");
105-
Thread.sleep(5 * 1000); // wait for query log to be updated
105+
Thread.sleep(10 * 1000); // wait for query log to be updated
106106

107107
try (Connection conn = getJdbcConnection()) {
108108
DatabaseMetaData dbmd = conn.getMetaData();

0 commit comments

Comments
 (0)