From 628619bf7d5cb71063adcf02207a8ef2f5e6a5a0 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sun, 22 Feb 2015 10:52:33 +0000 Subject: [PATCH] * increase timeout for improved automated processing --- BuildData.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildData.groovy b/BuildData.groovy index 89ddbd6f..82444f44 100644 --- a/BuildData.groovy +++ b/BuildData.groovy @@ -203,7 +203,7 @@ tvdb_updates.remove(256135) tvdb_updates.values().each{ update -> if (tvdb[update.id] == null || update.time > tvdb[update.id][0]) { try { - retry(2, 500) { + retry(2, 60000) { def seriesNames = [] def xml = new XmlSlurper().parse("http://thetvdb.com/api/BA864DEE427E384A/series/${update.id}/en.xml") def imdbid = xml.Series.IMDB_ID.text()