Commit 82674085 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

CI: increase to 6 retry for cdash_handler

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -177,7 +177,7 @@ site:"+site+", stamp:"+stamp+", name:"+name+", project:"+project+".") ...@@ -177,7 +177,7 @@ site:"+site+", stamp:"+stamp+", name:"+name+", project:"+project+".")
full_url = self.url + buildid_api + buildid_params full_url = self.url + buildid_api + buildid_params
if trace: if trace:
print("full_url: "+full_url) print("full_url: "+full_url)
nb_try = 3 nb_try = 6
build_id_regex = re.compile( "<buildid>([0-9]+)</buildid>" ) build_id_regex = re.compile( "<buildid>([0-9]+)</buildid>" )
while nb_try: while nb_try:
response = urllib.request.urlopen(full_url).read().decode() response = urllib.request.urlopen(full_url).read().decode()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment