Skip to content

Commit c89d3c1

Browse files
authored
Merge branch 'master' into feature/fix-open
2 parents bf696bd + ce81c69 commit c89d3c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/options.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ const SockJSServer = require('../lib/servers/SockJSServer');
1010
const config = require('./fixtures/simple-config/webpack.config');
1111

1212
describe('options', () => {
13+
jest.setTimeout(20000);
14+
1315
it('should match properties and errorMessage', () => {
1416
const properties = Object.keys(options.properties);
1517
const messages = Object.keys(options.errorMessage.properties);

0 commit comments

Comments
 (0)