Bug 982359 - Increase timeout for browser_net_filter-02.js to avoid it failing on Ubuntu

This commit is contained in:
Phil Ringnalda 2014-03-21 18:57:50 -07:00
Родитель c5fad1f660
Коммит 409fa886cb
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -9,6 +9,9 @@ function test() {
initNetMonitor(FILTERING_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;