Skip to content

Commit

Permalink
test: fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
cola119 committed Apr 20, 2022
1 parent cd64887 commit 2206bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sequential/test-debugger-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cli.waitForInitialBreak()
})
.then(() => cli.command('c'))
.then(() => cli.waitFor(/disconnect/))
.then(() => cli.waitForPrompt())
.then(() => cli.waitFor(/debug> $/))
.then(() => cli.command('list()'))
.then(() => {
assert.match(cli.output, /Uncaught Error \[ERR_DEBUGGER_ERROR\]: Requires execution to be paused/);
Expand Down

0 comments on commit 2206bd0

Please sign in to comment.