# HG changeset patch # User Pierre-Yves David # Date 1637687502 -3600 # Node ID eea70e3539edd32bbc13d548ff5924f3e1f6bede # Parent 1a8a70b4b0ad488c8a5f11a0f5b74c6b2f33969f tests: remove potential mtime ambiguity in a dirstate test If the test was fast enough, some mtime where not stored. We now wait long enough to ensure the mtime is no longer ambiguous. Differential Revision: https://phab.mercurial-scm.org/D11798 diff -r 1a8a70b4b0ad -r eea70e3539ed tests/test-rebuildstate.t --- a/tests/test-rebuildstate.t Fri Nov 19 03:03:01 2021 +0100 +++ b/tests/test-rebuildstate.t Tue Nov 23 18:11:42 2021 +0100 @@ -79,6 +79,7 @@ $ touch foo bar qux $ hg add qux $ hg remove bar + $ sleep 1 # remove potential ambiguity in mtime $ hg status -A A qux R bar @@ -106,6 +107,7 @@ $ hg manifest bar foo + $ sleep 1 # remove potential ambiguity in mtime $ hg status -A A qux R bar