mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 12:17:43 +08:00
fix bug
This commit is contained in:
parent
ea97ed1781
commit
a63c2c6cbb
@ -51,7 +51,7 @@ public class RpcFuture implements Future<Object> {
|
||||
|
||||
@Override
|
||||
public RpcResponse get() throws InterruptedException, ExecutionException {
|
||||
latch.await(-1, TimeUnit.SECONDS);
|
||||
latch.await(5, TimeUnit.SECONDS);
|
||||
return response;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user