Increase the timeout for popup to show once more

This commit is contained in:
Kuba Orlik 2022-07-08 11:14:07 +02:00
parent c861d40197
commit 66e468bc31

View File

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