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

This reverts commit b69c07ca91.
This commit is contained in:
liangtongchuan
2021-03-10 10:44:50 +08:00
parent 83d9e398db
commit c6590ff5f9
4 changed files with 4 additions and 4 deletions

View File

@@ -17,6 +17,6 @@ describe('测试赵云传登录', function() {
expect(c.roleInfo).to.be.an('object');
pinusClient = c.client;
done();
}, 1000);
}, 500);
});
});

View File

@@ -109,7 +109,7 @@ describe('聊天测试', function() {
clearInterval(timer);
done();
}
}, 2000);
}, 500);
});
afterEach(function(done) {

View File

@@ -62,7 +62,7 @@ describe('寻宝创建队伍', function() {
clearInterval(timer);
done();
}
}, 2000);
}, 500);
});
afterEach(function(done) {

View File

@@ -15,7 +15,7 @@ describe('军团测试', function() {
clearInterval(timer);
done();
}
}, 1000);
}, 500);
});
afterEach(function(done) {