# HG changeset patch # User Mads Kiilerich # Date 1283459892 -7200 # 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 -r 4d12c42fe932 -r d598d24a7e67 tests/test-convert-cvs --- a/tests/test-convert-cvs Thu Sep 02 17:07:02 2010 +0200 +++ b/tests/test-convert-cvs Thu Sep 02 22:38:12 2010 +0200 @@ -134,6 +134,7 @@ 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'