Skip to content

Commit

Permalink
[CONFIG] - increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelBenin committed Jan 14, 2017
1 parent 389de02 commit c00c2b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/acceptance/spec/title_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { expect } from 'chai';

describe('webdriver.io page', function () {
it('should have the right server rendered title', function () {
this.timeout(30000);
browser.url('http://127.0.0.1:8001/repo/michaelBenin/react-ssr-spa');
const title = browser.getTitle();
expect(title).to.equal('react-ssr-spa - Server side rendered single page app using reactjs official libraries.');
Expand Down

0 comments on commit c00c2b0

Please sign in to comment.