From b3c8f6b19a4ccf33246532e00d97e1614d2b3aa3 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Wed, 26 Jun 2013 12:06:26 +0200 Subject: [PATCH] addtl sleep to suppress some errors --- UnitTests/Makefile.unittests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTests/Makefile.unittests b/UnitTests/Makefile.unittests index 86efb7687a..73989d80be 100755 --- a/UnitTests/Makefile.unittests +++ b/UnitTests/Makefile.unittests @@ -397,7 +397,7 @@ unittests-shell-client: @echo $(VALGRIND) @builddir@/bin/arangosh $(CLIENT_OPT) --server.username "$(USERNAME)" --server.password "$(PASSWORD)" --server.endpoint unix://$(VOCDIR)/arango.sock $(UNITTESTS_CLIENT) || test "x$(FORCE)" == "x1" - + sleep 2 kill `cat $(PIDFILE)` while test -f $(PIDFILE); do sleep 1; done