sourcegraph/cmd/lsif-server/precise-code-intel/jest.setup.js
2020-03-27 11:36:13 -05:00

6 lines
187 B
JavaScript

// LSIF tests create and migrate Postgres databases, which can take more
// time than the default test timeout. Increase it here for all tests in
// this project.
jest.setTimeout(15000)