| Index: LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging.html
|
| diff --git a/LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging.html b/LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging.html
|
| index 0fb12cc4dfe2851c0ae83c492838c25820e89cc0..adbcda117e03eda986a0408561b942a172e93a70 100644
|
| --- a/LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging.html
|
| +++ b/LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging.html
|
| @@ -21,7 +21,7 @@ function accessFrame()
|
|
|
| function test()
|
| {
|
| - var finishAttemptsLeft = 4;
|
| + var finishAttemptsLeft = 2;
|
| InspectorTest.addConsoleSniffer(maybeFinish, true);
|
| ConsoleAgent.setMonitoringXHREnabled(true, step1);
|
|
|
|
|