Skip to content

Commit

Permalink
Try raising timeout for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Aug 4, 2016
1 parent 1b2beb1 commit d3a6e27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/basic.js
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit d3a6e27

Please sign in to comment.