diff --git a/test/basic.js b/test/basic.js index 38ce5ff..6441b8e 100644 --- a/test/basic.js +++ b/test/basic.js @@ -1,6 +1,8 @@ require('./global-setup'); describe('Basic Test', function () { + this.timeout(10000); + it('opens a window', function () { return this.app.client.waitUntilWindowLoaded() .getWindowCount().should.eventually.equal(1);