]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: fix possible 8 minute running time of inotify-rotate.sh
authorPádraig Brady <P@draigBrady.com>
Tue, 30 Dec 2014 01:25:17 +0000 (01:25 +0000)
committerPádraig Brady <P@draigBrady.com>
Tue, 30 Dec 2014 02:43:18 +0000 (02:43 +0000)
commit1269bf58578615a8a5255d36582cb0736fd57227
treecf4f3d52681b8c4714074046efe0061b4aa711df
parent974c355c595598a219785b6661bb6b030aaef4df
tests: fix possible 8 minute running time of inotify-rotate.sh

Commit v8.23-63-g111a2b9 removed the expensive tag on this test,
as it runs quickly on systems with inotify.  However without that
it would take about 8 minutes for the test to complete all iterations.

* tests/tail-2/inotify-rotate.sh: Tag as expensive without inotify.
Also adjust the polling parameters used on systems without inotify
so that the test completes within about 15 seconds.
tests/tail-2/inotify-rotate.sh