Bug 947569 - Increase timeout for browser_net_accessibility-01.js, r=me

This commit is contained in:
Victor Porof 2014-06-29 18:55:36 -04:00
parent 8118fa2be2
commit 6a00e6857a

View File

@ -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;