# HG changeset patch # User Matt Mackall # Date 2011-06-13 17:51:37 # Node ID c4f271293134f7081c9ffd44606a8cc50d7f6e37 # Parent 25c1f3ddd9276f52e06cd21bc56a35d47fa591a6 tests: avoid instability in test-convert-cvs-synthetic diff --git a/tests/test-convert-cvs-synthetic.t b/tests/test-convert-cvs-synthetic.t --- a/tests/test-convert-cvs-synthetic.t +++ b/tests/test-convert-cvs-synthetic.t @@ -23,6 +23,7 @@ output of 'cvs ci' varies unpredictably, $ cvsci() > { + > sleep 1 > cvs -f ci "$@" >/dev/null > } $ cvscall -d "$CVSROOT" init