提交 087b12c7 authored 作者: Noel Grandin's avatar Noel Grandin

try again to fix test

上级 fab3a920
...@@ -360,7 +360,7 @@ public class TestRunscript extends TestBase implements Trigger { ...@@ -360,7 +360,7 @@ public class TestRunscript extends TestBase implements Trigger {
} }
}; };
task.execute(); task.execute();
Thread.sleep(100); Thread.sleep(200);
stat.cancel(); stat.cancel();
e = (SQLException) task.getException(); e = (SQLException) task.getException();
assertTrue(e != null); assertTrue(e != null);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论