diff --git a/nodejs-fd.spec b/nodejs-fd.spec index 9fc1a36..9a7cfcc 100644 --- a/nodejs-fd.spec +++ b/nodejs-fd.spec @@ -3,7 +3,7 @@ Name: nodejs-%{srcname} Version: 0.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: File descriptor manager for Node.js License: MIT URL: https://github.com/rvagg/node-fd @@ -40,7 +40,7 @@ cp -pr package.json index.js \ %if 0%{?enable_tests} %check %nodejs_symlink_deps --check -tap --timeout 300 test.js +tap --timeout 900 test.js %endif %files @@ -49,5 +49,8 @@ tap --timeout 300 test.js %{nodejs_sitelib}/%{srcname} %changelog +* Tue Dec 15 2015 Piotr Popieluch - 0.0.2-2 +- Increase timeout in check for slow arm builders + * Sat Aug 29 2015 Piotr Popieluch - 0.0.2-1 - Initial package