Skip to content

Commit ce81c69

Browse files
authored
test(options): set jest.setTimeout (#1999)
1 parent 7fe3fbd commit ce81c69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/options.test.js

+2
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)