Bug 1808824 - decrease content.sink.perf_parse_time, r=peterv,perftest-reviewers,sparky

Disabling a test on debug build. It is already very very slow without the pref change, and the change just pushes it above the limit.

Differential Revision: https://phabricator.services.mozilla.com/D166481
This commit is contained in:
Olli Pettay 2023-01-11 23:46:33 +00:00
Родитель d8dc7446e1
Коммит 52c00827ce
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1890,7 +1890,7 @@
# How long to stay off the event loop in perf mode.
- name: content.sink.perf_parse_time
type: int32_t
value: 360000
value: 30000
mirror: always
# How long to be in interactive mode after an event.

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

@ -63,4 +63,4 @@ load 1534346-1.html
load 1604307-1.html
load 1606499-1.html
load 1547895-1.html
skip-if(Android) load 1747514.html # Bug 1780219
skip-if(Android) skip-if(isDebugBuild) load 1747514.html # Bug 1780219