Bug 862198 - Intermittent browser_net_json-long.js | Test timed out, found a tab, r=rcampbell

This commit is contained in:
Victor Porof 2013-04-18 09:35:27 +03:00
Родитель 439a4e45b5
Коммит 0768d0e206
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -11,7 +11,7 @@ function test() {
// This is receiving over 80 KB of json and will populate over 6000 items
// in a variables view instance. Debug builds are slow.
requestLongerTimeout(2);
requestLongerTimeout(3);
let { document, L10N, SourceEditor, NetMonitorView } = aMonitor.panelWin;
let { RequestsMenu } = NetMonitorView;