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\"}" }