From 66e468bc312c87c54557c5e316e046b9dec50f99 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Fri, 8 Jul 2022 11:14:07 +0200 Subject: [PATCH] Increase the timeout for popup to show once more --- Docker/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\"}" }