# HG changeset patch # User Augie Fackler # Date 2018-10-19 15:28:29 # Node ID 18da306e92b54608fb3c9cfd04610340bca3f0aa # Parent 801c8ca60af52a0110969d7fcb6e745742cc5027 tests: sleep longer in test-logtoprocess.t We should probably write some sort of helper that can wait N seconds for all specified values to appear in a file or something, but for now this will fix the FreeBSD buildbot. Differential Revision: https://phab.mercurial-scm.org/D5157 diff --git a/tests/test-logtoprocess.t b/tests/test-logtoprocess.t --- a/tests/test-logtoprocess.t +++ b/tests/test-logtoprocess.t @@ -47,7 +47,7 @@ ui.log('commandfinish') call. The foo co Use sort to avoid ordering issues between the various processes we spawn: $ hg foo - $ sleep 0.2 + $ sleep 1 $ cat $TESTTMP/command.log | sort command @@ -84,7 +84,7 @@ Confirm that logging blocked time catche > EOF $ hg log - $ sleep 0.2 + $ sleep 1 $ cat $TESTTMP/uiblocked.log uiblocked stdio [0-9]+.[0-9]* ms command [0-9]+.[0-9]* ms (re)