зеркало из https://github.com/mozilla/gecko-dev.git
Bug 947569 - Increase timeout for browser_net_accessibility-01.js, r=me
This commit is contained in:
Родитель
10d55a0e27
Коммит
eb57805f53
|
@ -9,6 +9,9 @@ function test() {
|
|||
initNetMonitor(CUSTOM_GET_URL).then(([aTab, aDebuggee, aMonitor]) => {
|
||||
info("Starting test... ");
|
||||
|
||||
// It seems that this test may be slow on Ubuntu builds running on ec2.
|
||||
requestLongerTimeout(2);
|
||||
|
||||
let { NetMonitorView } = aMonitor.panelWin;
|
||||
let { RequestsMenu } = NetMonitorView;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче