From 674684309d392bc61924ef11a6e971b1de97f3af Mon Sep 17 00:00:00 2001
From: sc979 <34628915+sc979@users.noreply.github.com>
Date: Fri, 13 Apr 2018 14:44:56 +0200
Subject: [PATCH] fix(test): fix random fails on downtime acceptance test
 (#6206)

---
 features/bootstrap/DowntimeRecurrentContext.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/features/bootstrap/DowntimeRecurrentContext.php b/features/bootstrap/DowntimeRecurrentContext.php
index b9db85377e..3957c05842 100644
--- a/features/bootstrap/DowntimeRecurrentContext.php
+++ b/features/bootstrap/DowntimeRecurrentContext.php
@@ -20,7 +20,8 @@ class DowntimeRecurrentContext extends CentreonContext
         'name' => 'host',
         'alias' => 'host',
         'address' => 'host2@localhost',
-        'check_command' => 'check_centreon_dummy'
+        'check_command' => 'check_centreon_dummy',
+        'location' => 'Europe/Paris'
     );
 
     protected $hostGroup = array(
-- 
GitLab