mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
6 lines
187 B
JavaScript
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)
|