зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1498054 - Increase timeout for browser extension tests under asan. r=kmag
--HG-- extra : rebase_source : 865401e41aa1090bd1bb654bcaa84cdb4b65928f
This commit is contained in:
Родитель
4129dcb252
Коммит
7eab6ed58c
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче