Unverified 提交 de433a49 authored 作者: Andrei Tokar's avatar Andrei Tokar 提交者: GitHub

Merge pull request #1557 from h2database/conc_update_timeout

increase lock timeout to TestConcurrentUpdate due to Travis failures
......@@ -45,7 +45,7 @@ public class TestConcurrentUpdate extends TestDb {
@Override
public void test() throws Exception {
deleteDb("concurrent");
final String url = getURL("concurrent", true);
final String url = getURL("concurrent;LOCK_TIMEOUT=2000", true);
try (Connection conn = getConnection(url)) {
Statement stat = conn.createStatement();
stat.execute("create table test(id int primary key, name varchar)");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论