Index: third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js |
index e3f5b2e29365a29084d9942e6d9a810a5081d899..01499be347bf2b7bf4b486c2c849e112ce41bfb1 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js |
@@ -104,7 +104,7 @@ InspectorTest.runTestFunctionAndWaitUntilPausedPromise = function() |
InspectorTest.runAsyncCallStacksTest = function(totalDebuggerStatements, maxAsyncCallStackDepth) |
{ |
- var defaultMaxAsyncCallStackDepth = 8; |
+ var defaultMaxAsyncCallStackDepth = 32; |
InspectorTest.setQuiet(true); |
InspectorTest.startDebuggerTest(step1); |