Skip to content

Commit 5c04b79

Browse files
committed
feat: 提高超时检测等待
1 parent 1fc4655 commit 5c04b79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/napcat-core/apis/packet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class NTQQPacketApi {
6868
this.pkt = new PacketClientSession(this.core);
6969
await this.pkt.init(process.pid, table.recv, table.send);
7070
try {
71-
await this.pkt.operation.FetchRkey(1500);
71+
await this.pkt.operation.FetchRkey(3000);
7272
} catch (error) {
7373
this.logger.logError('测试Packet状态异常', error);
7474
return false;

0 commit comments

Comments
 (0)