mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Revert change of default minutes for unknown Jest configs
This commit is contained in:
parent
afb09ccf8a
commit
98613be316
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ export async function pickTestGroupRunOrder() {
|
|||
groups: [
|
||||
{
|
||||
type: UNIT_TYPE,
|
||||
defaultMin: 60,
|
||||
defaultMin: 4,
|
||||
maxMin: JEST_MAX_MINUTES,
|
||||
overheadMin: 0.2,
|
||||
names: jestUnitConfigs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue