# HG changeset patch # User Thomas Arendsen Hein # Date 2005-07-23 16:09:37 # Node ID d7380783a0866d339be2ed6cfedb56079c14e61a # Parent 8162ff905b331333f0d629367cb5b9ddc9acec34 Make test-pull work on slow machines, where hg serve needs some time to start. diff --git a/tests/test-pull b/tests/test-pull --- a/tests/test-pull +++ b/tests/test-pull @@ -8,6 +8,7 @@ hg addremove hg commit -m 1 hg verify hg serve -p 20059 > /dev/null & +sleep 1 # wait for server to be started cd .. hg clone http://localhost:20059/ copy