mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Temporarily extend default jest timeout to alliviate stress on drone (#34369)
This commit is contained in:
parent
a9255db370
commit
060dccdbf5
@ -13,6 +13,7 @@ module.exports = {
|
||||
testRegex: '(\\.|/)(test)\\.(jsx?|tsx?)$',
|
||||
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json'],
|
||||
setupFiles: ['jest-canvas-mock', './public/test/jest-shim.ts', './public/test/jest-setup.ts'],
|
||||
testTimeout: 30000,
|
||||
setupFilesAfterEnv: ['./public/test/setupTests.ts'],
|
||||
snapshotSerializers: ['enzyme-to-json/serializer'],
|
||||
globals: {
|
||||
|
Loading…
Reference in New Issue
Block a user