From 4efbd1d2a67b90b301bfe65e86f43e337ec848f4 Mon Sep 17 00:00:00 2001 From: liangtongchuan Date: Sun, 7 Mar 2021 16:17:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=9A=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E9=97=B4=E5=BB=B6=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/test/chat.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/game-server/test/chat.test.ts b/game-server/test/chat.test.ts index 9ff5132a4..8537ebccc 100644 --- a/game-server/test/chat.test.ts +++ b/game-server/test/chat.test.ts @@ -75,7 +75,9 @@ describe('聊天测试', function() { afterEach(function(done) { pinusClient.disconnect(); pinusClientT.disconnect(); - done(); + setTimeout(() => { + done(); + }, 500); }); it('两个玩家互相发送', function(done) {