[Pkg-javascript-devel] Bug#1087574: node-semver: autopkgtest has still a timeout of 30s
Jérémy Lal
kapouer at melix.org
Fri Nov 15 14:07:43 GMT 2024
Package: node-semver
Version: 7.6.1+~7.5.8-1
Severity: important
For the record, pkg-js-autopkgtest's default TAP_TIMEOUT=0 is overridden
by node-semver's package.json options:
"tap": {
"timeout": 30,
"coverage-map": "map.js",
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
},
I'm pushing a fixed version that pass --timeout=0 directly in debian/tests/pkg-js/test.
More information about the Pkg-javascript-devel
mailing list