Skip to content

Commit c7c4a71

Browse files
committed
test: relax
1 parent 482122e commit c7c4a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/HitLimitTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = function () {
2121
});
2222

2323
it('verify breakpoint removed', async function () {
24-
this.timeout(2000)
24+
this.timeout(4000)
2525
let event = await TestUtils.awaitMarkerEvent("BREAKPOINT_REMOVED");
2626
assert.notEqual(event, null);
2727
});

0 commit comments

Comments
 (0)