test: reduce WPT concurrency · nodejs/node@54607bf · GitHub
Skip to content

Commit 54607bf

Browse files
panvatargos
authored andcommitted
test: reduce WPT concurrency
PR-URL: #47834 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
1 parent 739113f commit 54607bf

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

test/common/wpt.js

Lines changed: 3 additions & 2 deletions

test/wpt/test-timers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
const { WPTRunner } = require('../common/wpt');
44

5-
const runner = new WPTRunner('html/webappapis/timers');
5+
const runner = new WPTRunner('html/webappapis/timers', { concurrency: 1 });
66

77
runner.runJsTests();

test/wpt/testcfg.py

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)