等待时间延长

This commit is contained in:
wangshilong 2025-02-26 20:50:04 +08:00
parent ed1931cd98
commit 0cacf26649
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ public class SyncPriorityChannel implements Runnable {
boolean timeout; boolean timeout;
try { try {
timeout = !this.getChannelPromise().await(1, TimeUnit.SECONDS); timeout = !this.getChannelPromise().await(3, TimeUnit.SECONDS);
} catch (InterruptedException e) { } catch (InterruptedException e) {
log.error("channelPromise.await发生异常,", e); log.error("channelPromise.await发生异常,", e);
return; return;