diff --git a/nodejs-monocle.spec b/nodejs-monocle.spec index 7495428..f7918a6 100644 --- a/nodejs-monocle.spec +++ b/nodejs-monocle.spec @@ -5,7 +5,7 @@ Name: nodejs-monocle Version: 1.1.51 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A tool for watching directories for file changes License: BSD Group: System Environment/Libraries @@ -58,7 +58,7 @@ cp -pr package.json monocle.js \ %if 0%{?enable_tests} %check %nodejs_symlink_deps --check -/usr/bin/mocha test -R spec -t 2000 +/usr/bin/mocha test -R spec -t 30000 %endif @@ -69,6 +69,9 @@ cp -pr package.json monocle.js \ %changelog +* Fri Jan 22 2016 Tom Hughes - 1.1.51-7 +- Increase test timeout + * Thu Dec 31 2015 Tom Hughes - 1.1.51-6 - Enable tests