forked from openlp/openlp
ci fixes
This commit is contained in:
parent
41f35f52e3
commit
8997fc07e0
@ -160,7 +160,7 @@ class JenkinsTrigger(object):
|
|||||||
tries = 0
|
tries = 0
|
||||||
while queue_info and tries < 50:
|
while queue_info and tries < 50:
|
||||||
tries += 1
|
tries += 1
|
||||||
time.sleep(0.5)
|
time.sleep(0.75)
|
||||||
queue_info = self.server.get_queue_info()
|
queue_info = self.server.get_queue_info()
|
||||||
if tries >= 50:
|
if tries >= 50:
|
||||||
raise Exception('Build has not started yet, it may be stuck in the queue.')
|
raise Exception('Build has not started yet, it may be stuck in the queue.')
|
||||||
|
@ -18,4 +18,5 @@
|
|||||||
# You should have received a copy of the GNU General Public License along #
|
# 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 #
|
# with this program; if not, write to the Free Software Foundation, Inc., 59 #
|
||||||
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
@ -18,4 +18,5 @@
|
|||||||
# You should have received a copy of the GNU General Public License along #
|
# 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 #
|
# with this program; if not, write to the Free Software Foundation, Inc., 59 #
|
||||||
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user