Skip to content

Commit

Permalink
fix(travis): bump to 10 seconds timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio committed Jul 25, 2019
1 parent c6c2d13 commit a876701
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/react.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const ReactDOMServer = require('react-dom/server');
const handleError = require('../utils/handleError');
require('@babel/register');

describe('react', () => {
describe('react', function reactTest() {
this.timeout(10000);
it('should render some html', (done) => {
handleError(done, () => {
const index = require('../../views/index.jsx').default;
Expand Down

0 comments on commit a876701

Please sign in to comment.