Make test-pull work on slow machines, where hg serve needs some time to start.
authorThomas Arendsen Hein <thomas@intevation.de>
Sat, 23 Jul 2005 17:09:37 +0100
changeset 790 d7380783a086
parent 789 8162ff905b33
child 791 040655ea0cc4
Make test-pull work on slow machines, where hg serve needs some time to start.
tests/test-pull
--- 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