changeset 790:d7380783a086

Make test-pull work on slow machines, where hg serve needs some time to start.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 23 Jul 2005 17:09:37 +0100
parents 8162ff905b33
children 040655ea0cc4
files tests/test-pull
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-pull	Sat Jul 23 17:08:12 2005 +0100
+++ b/tests/test-pull	Sat Jul 23 17:09:37 2005 +0100
@@ -8,6 +8,7 @@
 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