tests/test-bad-pull
changeset 4317 66249be9aa23
parent 3469 33b6c8193652
child 5384 e3a0c092b4e2
--- a/tests/test-bad-pull	Sat Apr 07 04:27:55 2007 -0300
+++ b/tests/test-bad-pull	Sat Apr 07 04:27:55 2007 -0300
@@ -20,6 +20,9 @@
 python dumb.py 2>/dev/null &
 echo $! >> $DAEMON_PIDS
 
+# give the server some time to start running
+sleep 1
+
 http_proxy= hg clone http://localhost:20059/foo copy2 2>&1 | \
     sed -e 's/404.*/404/' -e 's/Date:.*/Date:/'
 echo $?