Bug 1595018 - Temporarily allow maxLength of 100 for extra options

This commit is contained in:
Octavian Negru 2019-11-08 10:53:46 +02:00 коммит произвёл Armen Zambrano
Родитель 2ccfe7f6da
Коммит 0861884287
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -80,7 +80,7 @@
"title": "Extra options used in running suite", "title": "Extra options used in running suite",
"items": { "items": {
"type": "string", "type": "string",
"maxLength": 45 "maxLength": 100
}, },
"uniqueItems": true, "uniqueItems": true,
"maxItems": 8 "maxItems": 8