You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few spots in the bash scripts that rely on sleep n commands to give some space between when an action is taken and the next command is issued, in particular in script 6_deploy_test_app.sh. These commands should be updated to check conditions in the cluster rather than sleeping for a random time interval.
The text was updated successfully, but these errors were encountered:
There are a few spots in the bash scripts that rely on
sleep n
commands to give some space between when an action is taken and the next command is issued, in particular in script6_deploy_test_app.sh
. These commands should be updated to check conditions in the cluster rather than sleeping for a random time interval.The text was updated successfully, but these errors were encountered: