fix: 优酷使用异步爬取

This commit is contained in:
lyz05
2022-11-08 23:16:17 +08:00
parent 057af8af09
commit 60aae0ee26
3 changed files with 39 additions and 22 deletions

View File

@@ -10,7 +10,7 @@ chai.use(chaiHttp);
describe('App', () => {
describe('弹幕解析模块测试', function () {
this.timeout(1000*30);
this.timeout(1000*10);
it('主页测试', (done) => {
chai.request(app)
.get('/')