From 959bcb9f7d6c26a70f06a72c3db3127c5cb99890 Mon Sep 17 00:00:00 2001 From: "Brown, Joshua" Date: Mon, 19 Feb 2024 10:38:26 -0500 Subject: [PATCH] Small changes --- docker/entrypoint_foxx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/entrypoint_foxx.sh b/docker/entrypoint_foxx.sh index f63516839..128f0a9d1 100755 --- a/docker/entrypoint_foxx.sh +++ b/docker/entrypoint_foxx.sh @@ -39,7 +39,7 @@ then # Give arango container a minute to initialize # should be replaced with health check at some point - sleep 10 + sleep 5 su datafed -c "cmake --build build --target install" #if [ "$#" -eq 0 ]; then