diff --git a/InnerDetector/InDetExample/InDetRecExample/python/InDetJobProperties.py b/InnerDetector/InDetExample/InDetRecExample/python/InDetJobProperties.py
index cc68ae9ddc5454daa1566577cc0be583431146c9..e21744cde96893a2b6a23b8b148f1a982ee320db 100644
--- a/InnerDetector/InDetExample/InDetRecExample/python/InDetJobProperties.py
+++ b/InnerDetector/InDetExample/InDetRecExample/python/InDetJobProperties.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
 
 
 
@@ -1580,8 +1580,8 @@ class InDetJobProperties(JobPropertyContainer):
        # --- set default track configuration
        self.checkThenSet(self.doxKalman              , False)
        self.checkThenSet(self.doiPatRec              , False)
-       # --- enable phase for collisions by default
-       self.checkThenSet(self.doTRTPhaseCalculation  , True )       
+       # --- disable phase for collisions by default
+       self.checkThenSet(self.doTRTPhaseCalculation  , False )       
 
        # --- new setup for MinBias tracking
        if self.doMinBias():