Commit 59fb3a60 authored by Ian Jackson's avatar Ian Jackson
Browse files

tests/chutney/setup: Reduce sleep

Now that arti listens immediately, a very short sleep ought to do.
parent e0630fda
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -44,4 +44,6 @@ fi
	wait "$pid"
	echo "result=$?" >> tests/chutney/arti.run
) & disown
sleep 5
# Wait for arti to start listening (it does so "immediately", but we don't want to get there first)
# Really there should be a proper daemon startup protocol here, but arti doesn't have one yet.
sleep 1