Bug 1498054 - Increase timeout for browser extension tests under asan. r=kmag

--HG--
extra : rebase_source : 865401e41aa1090bd1bb654bcaa84cdb4b65928f
This commit is contained in:
Eric Rahm 2018-10-10 15:57:53 -07:00
Родитель 4129dcb252
Коммит 7eab6ed58c
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -43,6 +43,11 @@ XPCOMUtils.defineLazyGetter(this, "Management", () => {
return Management;
});
// The extension tests can run a lot slower under ASAN.
if (AppConstants.ASAN) {
SimpleTest.requestLongerTimeout(10);
}
// We run tests under two different configurations, from browser.ini and
// browser-remote.ini. When running from browser-remote.ini, the tests are
// copied to the sub-directory "test-oop-extensions", which we detect here, and