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 为间隔,避免并发导致的连续升星失败 } } });