测试:修改一些令测试失败的问题

This commit is contained in:
luying
2021-04-30 11:28:47 +08:00
parent 12cc4fca13
commit 97aad71cfd
3 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ function testGroupMsg(pinusClient: PinusWSClient, roleInfo: any, pinusClientT: P
setTimeout(() => {
expect(msgReceiveCnt).to.be.equal(2);
done();
}, 1000);
}, 2000);
});
}, 100);
}