fix: 修复ghproxy加速链接失效的问题

This commit is contained in:
Yuanzhe Liu
2022-12-24 23:46:21 +08:00
parent b265ef9639
commit fa4e32a73a
5 changed files with 53 additions and 46 deletions

View File

@@ -89,7 +89,7 @@ describe("App", () => {
});
});
describe("机场订阅模块",function (){
this.timeout(1000*8);
this.timeout(1000*10);
it("接口不带参数测试", (done) =>{
chai.request(app)
.get("/sub")