[Pkg-javascript-commits] [Git][js-team/node-marked][master] 2 commits: Even slower test
Jérémy Lal (@kapouer)
gitlab at salsa.debian.org
Sat Apr 5 13:44:28 BST 2025
Jérémy Lal pushed to branch master at Debian JavaScript Maintainers / node-marked
Commits:
1e7a026d by Jérémy Lal at 2025-04-05T14:43:07+02:00
Even slower test
- - - - -
9aa1be7f by Jérémy Lal at 2025-04-05T14:44:07+02:00
Release
- - - - -
2 changed files:
- debian/changelog
- debian/patches/slow_tests.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+node-marked (4.2.3+ds+~4.0.7-4) unstable; urgency=medium
+
+ * Team upload
+ * Allow test to be even slower
+
+ -- Jérémy Lal <kapouer at melix.org> Sat, 05 Apr 2025 14:44:05 +0200
+
node-marked (4.2.3+ds+~4.0.7-3) unstable; urgency=medium
* Team upload
=====================================
debian/patches/slow_tests.patch
=====================================
@@ -9,7 +9,7 @@ Author: Jérémy Lal <kapouer at melix.org>
}
const elapsed = process.hrtime(before);
- if (elapsed[0] > 0) {
-+ if (elapsed[0] > 5) {
++ if (elapsed[0] > 10) {
const s = (elapsed[0] + elapsed[1] * 1e-9).toFixed(3);
fail(`took too long: ${s}s`);
}
View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/1f3aa945b566294042266b31f6aa0cff91220904...9aa1be7fdd1169e907b7b10a1d2778984075df73
--
View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/1f3aa945b566294042266b31f6aa0cff91220904...9aa1be7fdd1169e907b7b10a1d2778984075df73
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-commits/attachments/20250405/67ea6dad/attachment-0001.htm>
More information about the Pkg-javascript-commits
mailing list