diff --git a/Docker/utils.sh b/Docker/utils.sh index 26a440e..500b01e 100644 --- a/Docker/utils.sh +++ b/Docker/utils.sh @@ -166,7 +166,7 @@ load_website(){ wait_for_website_to_load sleep 0.3 wait_for_website_to_load - sleep 5 # sometimes the consent modal needs a little time to show up + sleep 7 # sometimes the consent modal needs a little time to show up echo "{\"current_action\": \"website loaded\"}" }