node/tools
Joyee Cheung a157e55658
tools: increase timeout of running WPT
We run all WPT from one subset in the same process using workers.
As the number of the tests grow, it can take longer to run some of the
subsets, but it's still overall faster than running them in different
processes. This patch increases the timeout
for WPT to prevent the test from failing because it takes longer
to run (even though it would still complete at some point).

PR-URL: https://github.com/nodejs/node/pull/44574
Refs: https://github.com/nodejs/reliability/issues/371
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2022-09-11 21:41:14 +00:00
..
actions tools: update main branch name 2022-06-17 08:48:18 +01:00
bootstrap doc: use HEAD instead of master for links 2021-05-05 10:45:30 +02:00
clang-format tools: update clang-format 1.7.0 to 1.8.0 2022-06-01 11:23:55 +01:00
configure.d deps: minor ICU fixes: maint docs/tool, downloader 2020-03-20 17:21:50 -07:00
dep_checker tools: update undici CPE in vuln checking script 2022-08-06 10:39:58 +00:00
doc tools: update doc to unist-util-visit@4.1.1 2022-08-28 06:21:23 +00:00
eslint-rules tools: fix typo in avoid-prototype-pollution lint rule 2022-08-30 12:18:29 +00:00
gyp doc: consolidate use of multiple-byte units 2022-04-20 00:46:37 +02:00
icu doc: update link of ICU data slicer 2022-06-20 11:20:57 +02:00
inspector_protocol doc: consolidate use of multiple-byte units 2022-04-20 00:46:37 +02:00
lint-md tools: update lint-md-dependencies to rollup@2.79.0 2022-09-04 12:14:50 +00:00
macos-installer tools: set arch in Distribution.xml 2021-04-19 10:23:24 +01:00
msvs build: remove dtrace & etw support 2022-07-17 17:33:52 +01:00
node_modules tools: update eslint to 8.23.0 2022-08-27 22:32:58 +00:00
pip build: add lint-py which uses flake8 2018-10-24 17:19:28 -04:00
snapshot src: add detailed embedder process initialization API 2022-08-05 19:46:08 +00:00
v8 tools: fetch googletest dependency for V8 CI 2021-07-20 15:29:37 +02:00
v8_gypfiles build: enable V8's shared read-only heap 2022-04-24 07:29:13 +01:00
zos tools: support versioned node shared libs on z/OS 2022-07-20 20:51:29 -04:00
.eslintrc.yaml tools: enable no-var ESLint rule for lib 2022-04-04 10:53:29 +00:00
build-addons.mjs tools: refactor build-addons.js to ESM 2022-05-22 14:28:41 +01:00
certdata.txt tools: update certdata.txt 2021-10-04 10:09:06 +00:00
checkimports.py tools: fix C++ import checker argument expansion 2020-08-07 08:43:19 -07:00
compress_json.py doc: consolidate use of multiple-byte units 2022-04-20 00:46:37 +02:00
copyfile.py deps,test,src,doc,tools: update to OpenSSL 3.0 2021-10-11 06:28:08 +02:00
cpplint.py tools: refloat 7 Node.js patches to cpplint.py 2022-03-22 22:44:54 -07:00
create_android_makefiles
create_expfile.sh tools: lint shell scripts 2020-12-16 23:45:26 +01:00
enable_fips_include.py deps,test,src,doc,tools: update to OpenSSL 3.0 2021-10-11 06:28:08 +02:00
find-inactive-collaborators.mjs tools: add verbose flag to find-inactive-collaborators 2022-07-26 05:08:27 +01:00
find-inactive-tsc.mjs tools: add verbose flag to inactive TSC finder 2022-07-22 18:20:54 +01:00
gen_node_def.cc build: fix various shared library build issues 2022-05-06 17:24:46 -04:00
genv8constants.py tools: make genv8constants.py Python3-compatible 2021-03-22 08:21:01 -07:00
getarch.py tools: move python code out of jenkins shell 2019-07-02 06:08:03 +02:00
getendian.py tools: move python code out of jenkins shell 2019-07-02 06:08:03 +02:00
getmachine.py tools: move python code out of jenkins shell 2019-07-02 06:08:03 +02:00
getmoduleversion.py tools: python: ignore instead of select flake8 rules 2019-04-13 20:33:06 -04:00
getnapibuildversion.py build: expose napi_build_version variable 2019-07-01 22:07:42 -07:00
getnodeversion.py tools: cleanup getnodeversion.py for readability 2019-09-23 12:06:47 -07:00
getsharedopensslhasquic.py deps,test,src,doc,tools: update to OpenSSL 3.0 2021-10-11 06:28:08 +02:00
gyp_node.py deps,test,src,doc,tools: update to OpenSSL 3.0 2021-10-11 06:28:08 +02:00
install.py build: add --libdir flag to configure 2022-08-28 08:12:42 +00:00
js2c.py src: disambiguate terms used to refer to builtins and addons 2022-08-09 01:36:49 +08:00
license-builder.sh deps,src: use SIMD for normal base64 encoding 2022-07-14 11:41:11 -04:00
license2rtf.mjs tools: refactor tools/license2rtf to ESM 2022-07-08 02:38:04 +08:00
lint-pr-url.mjs tools: update main branch name 2022-06-17 08:48:18 +01:00
lint-sh.mjs tools: refactor lint-sh.js to esm module 2022-05-08 16:08:10 +01:00
lsan_suppressions.txt
macos-firewall.sh tools: lint osx shell scripts 2022-04-14 23:08:55 +01:00
make-v8.sh build: use ccache in make-v8.sh on ppc64le and s390x 2022-03-07 23:25:41 +00:00
mk-ca-bundle.pl tls: expose built-in root certificates 2019-05-20 11:09:02 +02:00
mkssldef.py tools: make mkssldef.py Python 3 compatible 2019-01-28 12:24:38 +01:00
osx-codesign.sh tools: remove bashisms from macOS release scripts 2020-12-04 22:56:13 +00:00
osx-entitlements.plist tools: add debug entitlements for macOS 10.15+ 2020-08-10 16:42:14 +02:00
osx-gon-config.json.tmpl build: macOS package notarization 2020-03-10 20:14:52 +11:00
osx-notarize.sh tools: lint osx shell scripts 2022-04-14 23:08:55 +01:00
osx-pkg-postinstall.sh deps: add corepack 2021-08-25 07:55:32 -07:00
osx-productsign.sh tools: remove bashisms from macOS release scripts 2020-12-04 22:56:13 +00:00
release.sh tools: fix release script sign function 2020-12-21 14:47:22 +01:00
run-valgrind.py tools: improve valgrind support 2019-01-21 20:16:14 +01:00
run-worker.js test: move test-crypto-engine to addon 2022-02-07 17:29:54 -05:00
sign.bat win,build: try multiple timeservers when signing 2016-10-19 00:11:02 +11:00
specialize_node_d.py tools: prepare tools/specialize_node_d.py for Python 3 2018-12-06 22:45:08 -08:00
test-npm-package.js tools: enable no-else-return lint rule 2020-05-16 06:42:16 +02:00
test-v8.bat build,test: run v8 tests on windows 2017-07-26 18:08:30 -07:00
test.py tools: increase timeout of running WPT 2022-09-11 21:41:14 +00:00
update-authors.mjs tools: refactor update-authors.js to ESM 2022-05-21 16:31:31 +01:00
update-cares.sh tools: add script to update c-ares 2021-11-01 19:48:44 -07:00
update-eslint.sh tools: include JSDoc in ESLint updating tool 2021-12-01 20:00:11 -08:00
update-nghttp2.sh deps: update nghttp2 to 1.47.0 2022-02-27 12:28:04 +00:00
update-npm.sh tools: update main branch name 2022-06-17 08:48:18 +01:00
update-undici.sh deps: update undici to 5.1.1 2022-05-02 13:15:50 +01:00
utils.py tools: remove armv6 from test tools 2021-07-04 19:56:09 -07:00
valgrind.supp tools: improve valgrind support 2019-01-21 20:16:14 +01:00