From ae4e70df4be019e9ee999363ab5cdaca6dfd775e Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Thu, 6 Oct 2016 15:45:06 +1300
Subject: [PATCH] Retry overlay UI tests up to 3 times

---
 tests/UI/specs/Overlay_spec.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/UI/specs/Overlay_spec.js b/tests/UI/specs/Overlay_spec.js
index 79de66f8cc..53888b14ac 100644
--- a/tests/UI/specs/Overlay_spec.js
+++ b/tests/UI/specs/Overlay_spec.js
@@ -9,6 +9,8 @@
 
 // TODO: should be stored in Overlay plugin
 describe("Overlay", function () {
+    this.retries(3);
+
     this.timeout(0);
 
     var url = null;
-- 
GitLab