测试:增加登录的等待时间

This commit is contained in:
liangtongchuan
2021-03-09 21:43:45 +08:00
parent 888ed12fb6
commit b69c07ca91
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ describe('寻宝创建队伍', function() {
clearInterval(timer);
done();
}
}, 500);
}, 2000);
});
afterEach(function(done) {