diff --git a/scripts/jenkins_script.py b/scripts/jenkins_script.py index a10b9028b..7fce804cf 100755 --- a/scripts/jenkins_script.py +++ b/scripts/jenkins_script.py @@ -160,7 +160,7 @@ class JenkinsTrigger(object): tries = 0 while queue_info and tries < 50: tries += 1 - time.sleep(0.5) + time.sleep(0.75) queue_info = self.server.get_queue_info() if tries >= 50: raise Exception('Build has not started yet, it may be stuck in the queue.') diff --git a/tests/functional/openlp_core/__init__.py b/tests/functional/openlp_core/__init__.py index dbaf5f3a0..d159a1a5a 100644 --- a/tests/functional/openlp_core/__init__.py +++ b/tests/functional/openlp_core/__init__.py @@ -18,4 +18,5 @@ # You should have received a copy of the GNU General Public License along # # with this program; if not, write to the Free Software Foundation, Inc., 59 # # Temple Place, Suite 330, Boston, MA 02111-1307 USA # -############################################################################### \ No newline at end of file +############################################################################### + diff --git a/tests/interfaces/openlp_plugins/bibles/forms/__init__.py b/tests/interfaces/openlp_plugins/bibles/forms/__init__.py index dbaf5f3a0..d159a1a5a 100644 --- a/tests/interfaces/openlp_plugins/bibles/forms/__init__.py +++ b/tests/interfaces/openlp_plugins/bibles/forms/__init__.py @@ -18,4 +18,5 @@ # You should have received a copy of the GNU General Public License along # # with this program; if not, write to the Free Software Foundation, Inc., 59 # # Temple Place, Suite 330, Boston, MA 02111-1307 USA # -############################################################################### \ No newline at end of file +############################################################################### +