Skip to content

Commit

Permalink
increase Oracle timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Feb 5, 2021
1 parent 39e70c8 commit fde0ec3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .docker/docker-qgis-test.sh
Expand Up @@ -68,12 +68,12 @@ COUNT=0
while ! echo exit | sqlplus -L SYSTEM/adminpass@$QGIS_ORACLETEST_DBNAME &> /dev/null
do
printf "🙏"
sleep 3
if [[ $(( COUNT++ )) -eq 100 ]]; then
sleep 5
if [[ $(( COUNT++ )) -eq 200 ]]; then
break
fi
done
if [[ ${COUNT} -eq 101 ]]; then
if [[ ${COUNT} -eq 201 ]]; then
echo "timeout, no oracle, no 🙏"
else
echo " done 👀"
Expand Down

0 comments on commit fde0ec3

Please sign in to comment.