zepio/__tests__/setup/jest.js

6 lines
87 B
JavaScript

// @flow
// $FlowFixMe
jest.DEFAULT_TIMEOUT_INTERVAL = 20000;
jest.setTimeout(20000);