forked from mirrors/gecko-dev
Bug 1557038 - increase maximum number of isolation tests to 100, r=gbrown.
Depends on D34492 Differential Revision: https://phabricator.services.mozilla.com/D34493 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
79e3b1a5fa
commit
4746960086
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ def create_isolate_failure_tasks(task_definition, failures, level):
|
||||||
'type': 'integer',
|
'type': 'integer',
|
||||||
'default': 1,
|
'default': 1,
|
||||||
'minimum': 1,
|
'minimum': 1,
|
||||||
'maximum': 20,
|
'maximum': 100,
|
||||||
'title': 'Times',
|
'title': 'Times',
|
||||||
'description': 'How many times to run each task.',
|
'description': 'How many times to run each task.',
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue