We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482122e commit c7c4a71Copy full SHA for c7c4a71
test/HitLimitTest.js
@@ -21,7 +21,7 @@ module.exports = function () {
21
});
22
23
it('verify breakpoint removed', async function () {
24
- this.timeout(2000)
+ this.timeout(4000)
25
let event = await TestUtils.awaitMarkerEvent("BREAKPOINT_REMOVED");
26
assert.notEqual(event, null);
27
0 commit comments