[Jenkins] Fixing bug in script for installing plugins

* The bug was due to small iterations number
   so the script didn't have enough iterations
   to complete search for dependencies

Change-Id: I715be933c2d9328086b70cdb55cddf55b9622a21
This commit is contained in:
Nikolay Mahotkin 2016-06-27 18:19:44 +03:00
parent a1510195ad
commit 80a9e1e271
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ do
done
changed=1
maxloops=5
maxloops=20
# Install all dependencies.
while [ "$changed" == "1" ]; do