Skip to content

Commit

Permalink
test(options): set jest.setTimeout (#1999)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Jun 8, 2019
1 parent 7fe3fbd commit ce81c69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/options.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const SockJSServer = require('../lib/servers/SockJSServer');
const config = require('./fixtures/simple-config/webpack.config');

describe('options', () => {
jest.setTimeout(20000);

it('should match properties and errorMessage', () => {
const properties = Object.keys(options.properties);
const messages = Object.keys(options.errorMessage.properties);
Expand Down

0 comments on commit ce81c69

Please sign in to comment.