From ac2b1101ef2f7aa8669b91634ef3afbec5a57c4d Mon Sep 17 00:00:00 2001 From: 1 <1@72wo.cn> Date: Tue, 7 Oct 2025 08:39:18 +0000 Subject: [PATCH] =?UTF-8?q?30s=E6=97=A0=E5=93=8D=E5=BA=94=E6=94=BE?= =?UTF-8?q?=E5=BC=83=E5=87=BA=E6=89=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logic/service/fight/fightc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logic/service/fight/fightc.go b/logic/service/fight/fightc.go index fef28bcc..e91cfeda 100644 --- a/logic/service/fight/fightc.go +++ b/logic/service/fight/fightc.go @@ -243,7 +243,7 @@ func (f *FightC) battleLoop() { f.Round++ //回合数自增 actions := make(map[uint32]action.BattleActionI) // 每个玩家一条记录 - timeout := time.After(60 * time.Second) + timeout := time.After(30 * time.Second) for len(actions) < 2 { select {