fix: wait time for background jobs too short
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user