Skip to content
Snippets Groups Projects
Commit b9edc1c6 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-7160: add sleep to run files script

parent 07692195
No related branches found
No related tags found
2 merge requests!83ISTWCMS-7160 Fix service content type in testAutomaticListBlocksSettings in...,!81ISTWCMS-7160 Make existing Codeception tests pass
......@@ -52,6 +52,7 @@ for value in "${files[@]}"; do
echo "*********************************************************"
echo "Setting up site ..."
pgrep chrome | xargs kill -9
sleep 20s
drush sql-drop -y
drush sql-cli < "$sqlfile"
chromedriver --port=9515 --url-base=/wd/hub &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment