mirror of
https://github.com/lyz05/danmaku.git
synced 2026-04-23 18:31:23 +08:00
fix: 优酷使用异步爬取
This commit is contained in:
@@ -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('/')
|
||||
|
||||
Reference in New Issue
Block a user