Skip to content

Commit 3aa0054

Browse files
committed
test: avoid initial-break wait in restart-message
1 parent 4d0cb65 commit 3aa0054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-debugger-restart-message.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const startCLI = require('../common/debugger');
2020

2121
async function onWaitForInitialBreak() {
2222
try {
23-
await cli.waitForInitialBreak();
23+
await cli.waitFor(/Debugger attached\./);
2424
await cli.waitForPrompt();
2525
assert.strictEqual(cli.output.match(listeningRegExp).length, 1);
2626

0 commit comments

Comments
 (0)