Skip to content

Commit 8f7cb4f

Browse files
committed
fixup! test: add test for debugger restart message issue
1 parent 03556e5 commit 8f7cb4f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ require('../common');
88
// known_issues common.skipIfInspectorDisabled();
99

1010
// This can be reduced to 2 or even 1 (and the loop removed) once the debugger
11-
// is fixed. It's set to 32 just to make sure that the error is tripped reliably
12-
// in CI.
13-
const RESTARTS = 32;
11+
// is fixed. It's set higher to make sure that the error is tripped reliably
12+
// in CI. On most systems, the error will be tripped on the first test, but
13+
// on a few platforms in CI, it needs to be many times.
14+
const RESTARTS = 64;
1415

1516
const fixtures = require('../common/fixtures');
1617
const startCLI = require('../common/debugger');

0 commit comments

Comments
 (0)