remove test timeout

pull/6374/head
Leopoldthecoder 2017-08-09 12:47:27 +08:00
parent e3aa5ac594
commit dc7de86a67
4 changed files with 3 additions and 4 deletions

View File

@ -28,7 +28,7 @@ describe('Dialog', () => {
expect(dialog.$el.style.display).to.not.equal('none');
done();
}, 10);
}).timeout(3000);
});
it('render correct content', done => {
vm = createVue({

View File

@ -152,7 +152,7 @@ describe('Dropdown', () => {
done();
}, 300);
}, 300);
}).timeout(3000);
});
it('hide on click', done => {
vm = createVue({
template: `

View File

@ -357,7 +357,7 @@ describe('Form', () => {
}, 100);
}, 100);
});
}).timeout(3000);
});
it('datepicker', done => {
vm = createVue({
template: `

View File

@ -147,7 +147,6 @@ describe('Menu', () => {
});
});
describe('submenu', function() {
this.timeout(3000);
it('toggle', done => {
vm = createVue({
template: `