# HG changeset patch # User Matt Mackall # Date 1225749684 21600 # Node ID 82f80c16fc162d5b2783907ddd6229ce17fa2561 # Parent de9c87fe162055f61bc342114767f2fbf539a690 Shorten sleep in inotify test diff -r de9c87fe1620 -r 82f80c16fc16 tests/test-inotify-issue1371 --- a/tests/test-inotify-issue1371 Mon Nov 03 20:31:53 2008 +0100 +++ b/tests/test-inotify-issue1371 Mon Nov 03 16:01:24 2008 -0600 @@ -29,8 +29,7 @@ hg mv e h hg status - -sleep 5 +sleep 1 echo "Are we able to kill the service? if not, the service died on some error" kill `cat hg.pid`