Skip to content

Commit 5db209c

Browse files
committed
increase timeout
1 parent 4ef6a76 commit 5db209c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tests/html.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ describe('HTML Parser', function () {
253253
});
254254

255255
it('should parse table currect', function () {
256+
this.timeout(4000); // pass test on slow CPUs
256257
const root = parseHTML(fs.readFileSync(__dirname + '/../assets/html/tables.html').toString(), {
257258
script: true
258259
});

0 commit comments

Comments
 (0)