From cea8a6798db4ad4c6ead32695d6f0d8668397a92 Mon Sep 17 00:00:00 2001
From: Daniel Black <daniel@mariadb.org>
Date: Mon, 2 Sep 2024 18:28:19 +1000
Subject: [PATCH] Bump default timeout to 15 seconds to start container

---
 .test/run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.test/run.sh b/.test/run.sh
index aba1094..5b63c3f 100755
--- a/.test/run.sh
+++ b/.test/run.sh
@@ -72,7 +72,7 @@ runandwait()
 		)"
 		port_int=$port
 	fi
-	waiting=${DOCKER_LIBRARY_START_TIMEOUT:-10}
+	waiting=${DOCKER_LIBRARY_START_TIMEOUT:-15}
 	echo "waiting to start..."
 	set +e +o pipefail +x
 	while [ "$waiting" -gt 0 ]
-- 
GitLab