| Index: LayoutTests/inspector/console/console-viewport-selection.html
|
| diff --git a/LayoutTests/inspector/console/console-viewport-selection.html b/LayoutTests/inspector/console/console-viewport-selection.html
|
| index 60fef3889c413cbff4c435dcc92fc522dd212018..9ba221f68da68e32b88d36ee973b386683dd163b 100644
|
| --- a/LayoutTests/inspector/console/console-viewport-selection.html
|
| +++ b/LayoutTests/inspector/console/console-viewport-selection.html
|
| @@ -11,7 +11,6 @@ function populateConsoleWithMessages(count)
|
|
|
| function test()
|
| {
|
| - setTimeout(InspectorTest.completeTest.bind(InspectorTest), 2000);
|
| var consoleView = WebInspector.ConsolePanel._view();
|
| var viewport = consoleView._viewport;
|
| const minimumViewportMessagesCount = 10;
|
|
|