From 29b7244422e35666cac9467a08f5a8b99e625c62 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Fri, 8 Jul 2022 09:03:19 +0200 Subject: [PATCH] Increase the sleep time that waits for the modal --- Docker/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/utils.sh b/Docker/utils.sh index 3bc4b75..284b1a9 100644 --- a/Docker/utils.sh +++ b/Docker/utils.sh @@ -158,7 +158,7 @@ load_website(){ break; fi done - sleep 3 # sometimes the consent modal needs a little time to show up + sleep 5 # sometimes the consent modal needs a little time to show up echo "{\"current_action\": \"website loaded\"}" }