From 05ffcdee7d2f0be52f753a5e4c30021e35321e37 Mon Sep 17 00:00:00 2001 From: qiaoxin Date: Tue, 20 Jul 2021 14:40:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=9A=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/test/chat.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-server/test/chat.test.ts b/game-server/test/chat.test.ts index fc74c7e8f..c3ba0c54e 100644 --- a/game-server/test/chat.test.ts +++ b/game-server/test/chat.test.ts @@ -306,7 +306,7 @@ describe('聊天测试', function () { } }); } - }, 50 * (i - 2) * ABI_STAGE.END + 50 * j); // 50ms 为间隔,避免并发导致的连续升星失败 + }, 200 * (i - 2) * ABI_STAGE.END + 200 * j); // 50ms 为间隔,避免并发导致的连续升星失败 } } });