Bug 1684323 - Lower the leak threshold for Mochitest tasks. rs=me

--HG--
extra : rebase_source : 83a45a5c7a938d6c22f4b0594778944708921d60
This commit is contained in:
Geoff Lankow 2020-12-28 10:47:36 +13:00
Родитель fc1fb9fd09
Коммит 674c2608da
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -22,7 +22,7 @@ config = {
"mochitest-browser-chrome-thunderbird": [
"--flavor=browser",
"--subsuite=thunderbird",
"--leak-threshold=125829120",
], # 120MB
"--leak-threshold=104857600", # 100MB
],
},
}