Source: node-address Version: 1.1.2-1 Severity: important tags: patch Hello, can you please increase the mocha timeout to 20 seconds to fix timeouts on slow architectures?
thanks diff -Nru node-address-1.1.2/debian/changelog node-address-1.1.2/debian/changelog --- node-address-1.1.2/debian/changelog 2019-10-16 23:02:35.000000000 +0200 +++ node-address-1.1.2/debian/changelog 2020-04-10 13:09:56.000000000 +0200 @@ -1,3 +1,9 @@ +node-address (1.1.2-1.1) unstable; urgency=medium + + * Increase test timeout to fix arm* slowness (Closes: #-1) + + -- Gianfranco Costamagna <locutusofb...@debian.org> Fri, 10 Apr 2020 13:09:56 +0200 + node-address (1.1.2-1) unstable; urgency=medium * Team upload diff -Nru node-address-1.1.2/debian/tests/pkg-js/test node-address-1.1.2/debian/tests/pkg-js/test --- node-address-1.1.2/debian/tests/pkg-js/test 2019-10-16 08:10:58.000000000 +0200 +++ node-address-1.1.2/debian/tests/pkg-js/test 2020-04-10 13:09:43.000000000 +0200 @@ -1,5 +1,5 @@ set -e cp -a debian/tests/test_modules node_modules ln -s ../ node_modules/address -mocha --check-leaks -R spec -t 10000 test/*.test.js +mocha --check-leaks -R spec -t 20000 test/*.test.js rm -rf node_modules