From gitlab at salsa.debian.org Sat Apr 5 13:44:28 2025 From: gitlab at salsa.debian.org (=?UTF-8?B?SsOpcsOpbXkgTGFsIChAa2Fwb3Vlcik=?=) Date: Sat, 05 Apr 2025 12:44:28 +0000 Subject: [Pkg-javascript-commits] [Git][js-team/node-marked][master] 2 commits: Even slower test Message-ID: <67f125abea4a8_11408b77ca19688016613@godard.mail> 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 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 } 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: From gitlab at salsa.debian.org Sat Apr 5 13:44:34 2025 From: gitlab at salsa.debian.org (=?UTF-8?B?SsOpcsOpbXkgTGFsIChAa2Fwb3Vlcik=?=) Date: Sat, 05 Apr 2025 12:44:34 +0000 Subject: [Pkg-javascript-commits] [Git][js-team/node-marked] Pushed new tag debian/4.2.3+ds+_4.0.7-4 Message-ID: <67f125b2d4ad9_11408b77c9dc6480168a3@godard.mail> J?r?my Lal pushed new tag debian/4.2.3+ds+_4.0.7-4 at Debian JavaScript Maintainers / node-marked -- View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/tree/debian/4.2.3+ds+_4.0.7-4 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: