rsnext/test/jest-setup-after-env.ts

4 lines
168 B
TypeScript
Raw Normal View History

// A default max-timeout of 90 seconds is allowed
// per test we should aim to bring this down though
jest.setTimeout((process.platform === 'win32' ? 180 : 90) * 1000)