测试:增加登录的等待时间
This commit is contained in:
@@ -17,6 +17,6 @@ describe('测试赵云传登录', function() {
|
|||||||
expect(c.roleInfo).to.be.an('object');
|
expect(c.roleInfo).to.be.an('object');
|
||||||
pinusClient = c.client;
|
pinusClient = c.client;
|
||||||
done();
|
done();
|
||||||
}, 500);
|
}, 1000);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ describe('聊天测试', function() {
|
|||||||
clearInterval(timer);
|
clearInterval(timer);
|
||||||
done();
|
done();
|
||||||
}
|
}
|
||||||
}, 500);
|
}, 2000);
|
||||||
});
|
});
|
||||||
|
|
||||||
afterEach(function(done) {
|
afterEach(function(done) {
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ describe('寻宝创建队伍', function() {
|
|||||||
clearInterval(timer);
|
clearInterval(timer);
|
||||||
done();
|
done();
|
||||||
}
|
}
|
||||||
}, 500);
|
}, 2000);
|
||||||
});
|
});
|
||||||
|
|
||||||
afterEach(function(done) {
|
afterEach(function(done) {
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ describe('军团测试', function() {
|
|||||||
clearInterval(timer);
|
clearInterval(timer);
|
||||||
done();
|
done();
|
||||||
}
|
}
|
||||||
}, 500);
|
}, 1000);
|
||||||
});
|
});
|
||||||
|
|
||||||
afterEach(function(done) {
|
afterEach(function(done) {
|
||||||
|
|||||||
Reference in New Issue
Block a user