Reduce sleep times on tests

This commit is contained in:
Mitchell Krog 2019-06-26 11:46:44 +02:00
parent b2e1043937
commit 5916da2f24
No known key found for this signature in database
GPG key ID: C243C388553EDE5D
7 changed files with 16 additions and 14 deletions

View file

@ -47,10 +47,10 @@ printf "\n\n"
sudo nginx -t && sudo nginx -s reload
echo "${bold}${yellow}-----------------------------------------------------------------------"
echo "${bold}${yellow}Sleeping for 30 seconds to allow Nginx to Properly Reload inside Travis"
echo "${bold}${yellow}Sleeping for 10 seconds to allow Nginx to Properly Reload inside Travis"
echo "${bold}${yellow}-----------------------------------------------------------------------"
printf "\n\n"
sleep 30s
sleep 10s
echo "${bold}${green}--------------"
echo "${bold}${green}Tests Starting"