From 618490fbad10c3022eb935e19c78d48d177c673e Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Sat, 16 Mar 2024 22:04:16 +0000 Subject: [PATCH] bigger wait on missing ioc.yaml --- ioc/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ioc/start.sh b/ioc/start.sh index adba4d0..ba13c89 100755 --- a/ioc/start.sh +++ b/ioc/start.sh @@ -73,7 +73,7 @@ function ibek_error { echo "${1}" # Wait for a bit so the container does not exit and restart continually - sleep 10 + sleep 120 } # environment setup ************************************************************