From 82674085c80da00edc71dbed7d550e0a332be9ce Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Fri, 12 Apr 2019 10:36:07 +0200
Subject: [PATCH] CI: increase to 6 retry for cdash_handler

---
 CI/cdash_handler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CI/cdash_handler.py b/CI/cdash_handler.py
index 5b3e05cd1b..7a19d5a87f 100644
--- a/CI/cdash_handler.py
+++ b/CI/cdash_handler.py
@@ -177,7 +177,7 @@ site:"+site+", stamp:"+stamp+", name:"+name+", project:"+project+".")
     full_url = self.url + buildid_api + buildid_params
     if trace:
       print("full_url: "+full_url)
-    nb_try = 3
+    nb_try = 6
     build_id_regex = re.compile( "<buildid>([0-9]+)</buildid>" )
     while nb_try:
       response = urllib.request.urlopen(full_url).read().decode()
-- 
GitLab