[V4] Adjust rate limiting / Fix beta tests

This commit is contained in:
Mitchell Krog 2019-06-27 15:34:49 +02:00
parent b2ac101dd7
commit d1cdfd6573
No known key found for this signature in database
GPG key ID: C243C388553EDE5D
3 changed files with 19 additions and 2 deletions

View file

@ -35,6 +35,23 @@ echo "${bold}${green}Tests Starting"
echo "${bold}${green}--------------"
printf "\n\n"
# *********************
# Force reload of Nginx
# *********************
printf "\n"
echo "${bold}${green}------------"
echo "${bold}${green}Reload Nginx"
echo "${bold}${green}------------"
printf "\n"
sudo nginx -t && sudo nginx -s reload
echo "${bold}${yellow}-----------------------------------------------------------------------"
echo "${bold}${yellow}Sleeping for 10 seconds to allow Nginx to Properly Reload inside Travis"
echo "${bold}${yellow}-----------------------------------------------------------------------"
printf "\n\n"
sleep 10s
# *************************************************
# Function Curl Test 1 - Check for Bad Bot "80legs"