summaryrefslogtreecommitdiff
path: root/test/sequential/test-inspector-async-stack-traces-set-interval.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-inspector-async-stack-traces-set-interval.js')
-rw-r--r--test/sequential/test-inspector-async-stack-traces-set-interval.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sequential/test-inspector-async-stack-traces-set-interval.js b/test/sequential/test-inspector-async-stack-traces-set-interval.js
index fd294296cb..240074f631 100644
--- a/test/sequential/test-inspector-async-stack-traces-set-interval.js
+++ b/test/sequential/test-inspector-async-stack-traces-set-interval.js
@@ -10,7 +10,7 @@ const script = 'setInterval(() => { debugger; }, 50);';
async function skipFirstBreakpoint(session) {
console.log('[test]', 'Skipping the first breakpoint in the eval script');
- await session.waitForBreakOnLine(0, '[eval]');
+ await session.waitForBreakOnLine(2, '[eval]');
await session.send({ 'method': 'Debugger.resume' });
}