提交 1ac2cdfc 编写于 作者: J Jan Peter Stotz 提交者: skylot

fix: wait time for background jobs too short

上级 eadf046b
......@@ -44,7 +44,7 @@ public abstract class BackgroundJob {
public Boolean call() throws Exception {
runJob();
executor.shutdown();
return executor.awaitTermination(5, TimeUnit.MINUTES);
return executor.awaitTermination(5, TimeUnit.DAYS);
}
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册