# HG changeset patch # User Mads Kiilerich # Date 2010-09-02 20:38:12 # Node ID d598d24a7e67017a65cc189897f25b25516d9363 # Parent 4d12c42fe93204dceff07b94cc90791442bb85f1 test-convert-cvs: add a sleep to make test more stable The recent addition of fuzzy tests introduced a new cvs commit which sometimes fails. This adds a sleep to make sure that cvs notices that the file has changed, similar to how it is done in other tests. diff --git a/tests/test-convert-cvs b/tests/test-convert-cvs --- a/tests/test-convert-cvs +++ b/tests/test-convert-cvs @@ -134,6 +134,7 @@ cd .. echo % commit new file revisions with some fuzz cd src +sleep 1 echo f >> a cvscall -q commit -mfuzzy . | grep '<--' |\ sed -e 's:.*src/\(.*\),v.*:checking in src/\1,v:g'