Increase the sleep time that waits for the modal

This commit is contained in:
Kuba Orlik 2022-07-08 09:03:19 +02:00
parent de6201ecf3
commit 29b7244422

View File

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