Skip to content

Commit

Permalink
Extending wait time for selenium to 10 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed May 23, 2022
1 parent 3da674c commit e19b33c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/Codeception/drone-api-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ google-chrome --version

echo "[RUNNER] Start Selenium"
selenium-standalone start > selenium.api.$DB_ENGINE.log 2>&1 &
echo "Waiting 6 seconds till Selenium is ready..."
sleep 6
echo "Waiting 10 seconds till Selenium is ready..."
sleep 10

echo "[RUNNER] Run Codeception"
cd /tests/www/$DB_ENGINE
Expand Down
4 changes: 2 additions & 2 deletions tests/Codeception/drone-system-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ fi

echo "[RUNNER] Start Selenium"
selenium-standalone start > tests/Codeception/_output/selenium.$DB_ENGINE.log 2>&1 &
echo "Waiting 6 seconds till Selenium is ready..."
sleep 6
echo "Waiting 10 seconds till Selenium is ready..."
sleep 10

echo "[RUNNER] Run Codeception"
cd /tests/www/$DB_ENGINE
Expand Down

0 comments on commit e19b33c

Please sign in to comment.