D5157: tests: sleep longer in test-logtoprocess.t

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Fri Oct 19 16:53:41 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG18da306e92b5: tests: sleep longer in test-logtoprocess.t (authored by durin42, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5157?vs=12263&id=12282

REVISION DETAIL
  https://phab.mercurial-scm.org/D5157

AFFECTED FILES
  tests/test-logtoprocess.t

CHANGE DETAILS

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 @@
 
 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 @@
   > 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)
 



To: durin42, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list