From edea7905526c5f598f9a785b90661bf9aabec730 Mon Sep 17 00:00:00 2001 From: liangtongchuan Date: Fri, 21 Jan 2022 10:53:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=B6=E9=95=BF=20pvp=20=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=8E=B7=E5=8F=96=E5=BB=B6=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/test/pvp.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-server/test/pvp.test.ts b/game-server/test/pvp.test.ts index 04d0bd71c..8913b59e7 100644 --- a/game-server/test/pvp.test.ts +++ b/game-server/test/pvp.test.ts @@ -28,7 +28,7 @@ describe('pvp测试', function () { clearInterval(timer); done(); } - }, 500); + }, 1000); }); after(function (done) {