node/tools
Anna Henningsen 1ce906c16b tools: decrease timeout in test.py
This fixes the following crash on Windows for me. I don't know
why this I only started to see this now, but anyway, the new timeout
value is still longer than a week and a half.

    File "tools/test.py", line 1725, in <module>
        sys.exit(Main())
    File "tools/test.py", line 1701, in Main
        if RunTestCases(cases_to_run, options.progress, \
          options.j, options.flaky_tests):
    File "tools/test.py", line 923, in RunTestCases
        return progress.Run(tasks)
    File "tools/test.py", line 145, in Run
        thread.join(timeout=10000000)
    File "C:\Users\anna\AppData\Local\Programs\Python\Python38-32\ \
      lib\threading.py", line 1015, in join
        self._wait_for_tstate_lock(timeout=max(timeout, 0))
    File "C:\Users\anna\AppData\Local\Programs\Python\Python38-32\ \
      lib\threading.py", line 1027, in _wait_for_tstate_lock
        elif lock.acquire(block, timeout):
    OverflowError: timeout value is too large

PR-URL: https://github.com/nodejs/node/pull/32868
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Zeyu Yang <himself65@outlook.com>

Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
2020-04-18 07:59:45 +05:30
..
bootstrap tools: update Boxstarter script and document 2020-04-05 20:43:20 +02:00
clang-format
code_cache tools: use per-process native Debug() printer in mkcodecache 2020-03-10 05:52:39 +08:00
configure.d deps: minor ICU fixes: maint docs/tool, downloader 2020-03-20 17:21:50 -07:00
doc doc: fix more links 2020-04-02 23:36:34 +02:00
eslint-rules tools: update ESLint to 7.0.0-alpha.3 2020-04-02 18:29:48 +02:00
gyp build: support android build on ndk version equal or above 23 2020-03-11 16:50:52 +01:00
icu deps: update to ICU 66.1 2020-03-20 17:27:04 -07:00
inspector_protocol tools: python3 compat for inspector code generator 2019-09-12 09:26:57 -07:00
macos-installer
msvs win: block running on EOL Windows versions 2020-03-05 03:06:17 +00:00
node_modules tools: update ESLint to 7.0.0-alpha.3 2020-04-02 18:29:48 +02:00
node-lint-md-cli-rollup tools: update minimist@1.2.5 2020-03-16 19:01:23 -07:00
pip
rpm
snapshot doc: add documentation about node_mksnapshot and mkcodecache 2019-12-05 18:57:33 +08:00
v8_gypfiles tools: update V8 gypfiles for 8.1 2020-03-18 16:23:30 -07:00
.eslintrc.yaml
build-addons.js
certdata.txt tools: update certdata.txt 2019-11-05 09:51:31 -08:00
check-imports.py tools: check-imports using utf-8 2019-11-05 11:28:39 +01:00
compress_json.py tools: fix Python 3 issues in inspector_protocol 2019-08-26 21:31:08 -07:00
cpplint.py tools,src: forbid usage of v8::Persistent 2019-12-24 14:35:22 +01:00
create_android_makefiles
create_expfile.sh
genv8constants.py
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
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
gyp_node.py
install.py
js2c.py build: remove (almost) unused macros/constants 2019-12-05 15:46:55 -08:00
license2rtf.js
license-builder.sh wasi: introduce initial WASI support 2019-11-30 18:06:39 +01:00
lint-js.js build: add mjs extension to lint-js 2020-03-11 17:38:43 +01:00
lint-md.js tools: update minimist@1.2.5 2020-03-16 19:01:23 -07:00
lint-pr-commit-message.sh
lsan_suppressions.txt
macos-firewall.sh
make-v8.sh build: remove .git folders when testing V8 2020-04-16 14:06:04 -07:00
mk-ca-bundle.pl tls: expose built-in root certificates 2019-05-20 11:09:02 +02:00
mkssldef.py
osx-codesign.sh build: macOS package notarization 2020-03-10 20:14:52 +11:00
osx-entitlements.plist build: macOS package notarization 2020-03-10 20:14:52 +11:00
osx-gon-config.json.tmpl build: macOS package notarization 2020-03-10 20:14:52 +11:00
osx-notarize.sh build: macOS package notarization 2020-03-10 20:14:52 +11:00
osx-pkg-postinstall.sh
osx-productsign.sh
release.sh tools: ensure consistent perms of signed release files 2020-01-11 18:53:43 -08:00
run-valgrind.py
run-worker.js
sign.bat
specialize_node_d.py
test-npm-package.js
test-v8.bat
test.py tools: decrease timeout in test.py 2020-04-18 07:59:45 +05:30
update-authors.js tools: make mailmap processing for author list case-insensitive 2019-09-24 21:50:59 -07:00
update-babel-eslint.sh tools: fix update-babel-eslint.sh script 2019-06-11 15:59:21 +02:00
update-eslint.sh tools: update eslint 2019-06-27 11:57:19 +02:00
utils.py test: skip the unsupported test cases for IBM i 2019-12-25 23:11:02 +01:00
valgrind.supp