diff --git a/GaudiAlg/tests/qmtest/gaudialg.qms/auditors_user_timing.qmt b/GaudiAlg/tests/qmtest/gaudialg.qms/auditors_user_timing.qmt
index ada259cac756e98221eba1de627a09712d50afc6..bc95324bf29a78206b6518c0238574a7cb27dc8e 100644
--- a/GaudiAlg/tests/qmtest/gaudialg.qms/auditors_user_timing.qmt
+++ b/GaudiAlg/tests/qmtest/gaudialg.qms/auditors_user_timing.qmt
@@ -15,7 +15,7 @@
   <argument name="options"><text>
 from Gaudi.Configuration import *
 
-from Configurables import AuditorTestAlg, GaudiExamples__LoggingAuditor as LoggingAuditor
+from Configurables import AuditorTestAlg, GaudiExamples__LoggingAuditor as LoggingAuditor, TimingAuditor
 
 AuditorSvc().Auditors += [ TimingAuditor("TIMER"),
                            LoggingAuditor("LoggingAuditor") ]
diff --git a/GaudiAlg/tests/qmtest/refs/Aida2Root.ref b/GaudiAlg/tests/qmtest/refs/Aida2Root.ref
index 9b19813ab9182f1c71e26a6be1b6f4b5f2379b9e..96e99cf40f72ddca052aa9f88b6963d19eaed831 100644
--- a/GaudiAlg/tests/qmtest/refs/Aida2Root.ref
+++ b/GaudiAlg/tests/qmtest/refs/Aida2Root.ref
@@ -5,6 +5,7 @@ ApplicationMgr    SUCCESS
 ApplicationMgr       INFO Application Manager Configured successfully
 SimpleHistos        DEBUG Initialize base class GaudiCommon<Algorithm>
 SimpleHistos        DEBUG could not locate CounterSummarySvc, no counter summary will be made
+SimpleHistos        DEBUG Property ['Name': Value] =  'Asynchronous':False
 SimpleHistos        DEBUG Property ['Name': Value] =  'AuditExecute':False
 SimpleHistos        DEBUG Property ['Name': Value] =  'AuditFinalize':False
 SimpleHistos        DEBUG Property ['Name': Value] =  'AuditInitialize':False
diff --git a/GaudiAlg/tests/qmtest/refs/EvtColsEx/Write.ref b/GaudiAlg/tests/qmtest/refs/EvtColsEx/Write.ref
index 870b81bd6ec1492b26dafdd636f08ed68dec54b9..eb59ba5e4eaacd284da5eb96f09057eb138d816f 100644
--- a/GaudiAlg/tests/qmtest/refs/EvtColsEx/Write.ref
+++ b/GaudiAlg/tests/qmtest/refs/EvtColsEx/Write.ref
@@ -68,7 +68,7 @@ Fill              SUCCESS Property ['Name': Value] =  'PropertiesPrint':True
 Fill              SUCCESS Property ['Name': Value] =  'ErrorsPrint':True
 Fill              SUCCESS Property ['Name': Value] =  'RootInTES':''
 Fill              SUCCESS Property ['Name': Value] =  'FilterCircularDependencies':True
-Fill              SUCCESS Property ['Name': Value] =  'Blocking':False
+Fill              SUCCESS Property ['Name': Value] =  'Asynchronous':False
 Fill              SUCCESS Property ['Name': Value] =  'NeededResources':[  ]
 Fill              SUCCESS Property ['Name': Value] =  'Cardinality':1
 Fill              SUCCESS Property ['Name': Value] =  'RegisterForContextService':True
diff --git a/GaudiAlg/tests/qmtest/refs/GaudiCommonTests.ref b/GaudiAlg/tests/qmtest/refs/GaudiCommonTests.ref
index be7b67468f9a012329cc08cc9f84a20ade6edd17..370a674fe1ba2a4cc94adb6c6d09439ea31152c2 100644
--- a/GaudiAlg/tests/qmtest/refs/GaudiCommonTests.ref
+++ b/GaudiAlg/tests/qmtest/refs/GaudiCommonTests.ref
@@ -40,7 +40,7 @@ Test1               DEBUG Property ['Name': Value] =  'PropertiesPrint':False
 Test1               DEBUG Property ['Name': Value] =  'ErrorsPrint':True
 Test1               DEBUG Property ['Name': Value] =  'RootInTES':''
 Test1               DEBUG Property ['Name': Value] =  'FilterCircularDependencies':True
-Test1               DEBUG Property ['Name': Value] =  'Blocking':False
+Test1               DEBUG Property ['Name': Value] =  'Asynchronous':False
 Test1               DEBUG Property ['Name': Value] =  'NeededResources':[  ]
 Test1               DEBUG Property ['Name': Value] =  'Cardinality':1
 Test1               DEBUG Property ['Name': Value] =  'RegisterForContextService':True
@@ -73,7 +73,7 @@ Test2               DEBUG Property ['Name': Value] =  'PropertiesPrint':False
 Test2               DEBUG Property ['Name': Value] =  'ErrorsPrint':True
 Test2               DEBUG Property ['Name': Value] =  'RootInTES':'microDST/'
 Test2               DEBUG Property ['Name': Value] =  'FilterCircularDependencies':True
-Test2               DEBUG Property ['Name': Value] =  'Blocking':False
+Test2               DEBUG Property ['Name': Value] =  'Asynchronous':False
 Test2               DEBUG Property ['Name': Value] =  'NeededResources':[  ]
 Test2               DEBUG Property ['Name': Value] =  'Cardinality':1
 Test2               DEBUG Property ['Name': Value] =  'RegisterForContextService':True
@@ -111,7 +111,7 @@ Test3               DEBUG Property ['Name': Value] =  'PropertiesPrint':False
 Test3               DEBUG Property ['Name': Value] =  'ErrorsPrint':True
 Test3               DEBUG Property ['Name': Value] =  'RootInTES':''
 Test3               DEBUG Property ['Name': Value] =  'FilterCircularDependencies':True
-Test3               DEBUG Property ['Name': Value] =  'Blocking':False
+Test3               DEBUG Property ['Name': Value] =  'Asynchronous':False
 Test3               DEBUG Property ['Name': Value] =  'NeededResources':[  ]
 Test3               DEBUG Property ['Name': Value] =  'Cardinality':1
 Test3               DEBUG Property ['Name': Value] =  'RegisterForContextService':True
@@ -145,7 +145,7 @@ Test4               DEBUG Property ['Name': Value] =  'PropertiesPrint':False
 Test4               DEBUG Property ['Name': Value] =  'ErrorsPrint':True
 Test4               DEBUG Property ['Name': Value] =  'RootInTES':'microDST/'
 Test4               DEBUG Property ['Name': Value] =  'FilterCircularDependencies':True
-Test4               DEBUG Property ['Name': Value] =  'Blocking':False
+Test4               DEBUG Property ['Name': Value] =  'Asynchronous':False
 Test4               DEBUG Property ['Name': Value] =  'NeededResources':[  ]
 Test4               DEBUG Property ['Name': Value] =  'Cardinality':1
 Test4               DEBUG Property ['Name': Value] =  'RegisterForContextService':True
diff --git a/GaudiAlg/tests/qmtest/refs/Histograms_opts.ref b/GaudiAlg/tests/qmtest/refs/Histograms_opts.ref
index c321fc02b1df0e661b059b0763c8a8108ccd14f3..f6925b05b7fc5f8341a1c417e7ed6ab2702e9714 100644
--- a/GaudiAlg/tests/qmtest/refs/Histograms_opts.ref
+++ b/GaudiAlg/tests/qmtest/refs/Histograms_opts.ref
@@ -5,6 +5,7 @@ ApplicationMgr    SUCCESS
 ApplicationMgr       INFO Application Manager Configured successfully
 SimpleHistos        DEBUG Initialize base class GaudiCommon<Algorithm>
 SimpleHistos        DEBUG could not locate CounterSummarySvc, no counter summary will be made
+SimpleHistos        DEBUG Property ['Name': Value] =  'Asynchronous':False
 SimpleHistos        DEBUG Property ['Name': Value] =  'AuditExecute':False
 SimpleHistos        DEBUG Property ['Name': Value] =  'AuditFinalize':False
 SimpleHistos        DEBUG Property ['Name': Value] =  'AuditInitialize':False
diff --git a/GaudiAlg/tests/qmtest/refs/Histograms_py.ref b/GaudiAlg/tests/qmtest/refs/Histograms_py.ref
index 855f91df51a40b0b20fa2a394fb3910949e3c18c..a524a838a043b50c60767c9b0db14af88212fb6e 100644
--- a/GaudiAlg/tests/qmtest/refs/Histograms_py.ref
+++ b/GaudiAlg/tests/qmtest/refs/Histograms_py.ref
@@ -4,6 +4,7 @@ ApplicationMgr    SUCCESS
 ApplicationMgr       INFO Application Manager Configured successfully
 SimpleHistos        DEBUG Initialize base class GaudiCommon<Algorithm>
 SimpleHistos        DEBUG could not locate CounterSummarySvc, no counter summary will be made
+SimpleHistos        DEBUG Property ['Name': Value] =  'Asynchronous':False
 SimpleHistos        DEBUG Property ['Name': Value] =  'AuditExecute':False
 SimpleHistos        DEBUG Property ['Name': Value] =  'AuditFinalize':False
 SimpleHistos        DEBUG Property ['Name': Value] =  'AuditInitialize':False
diff --git a/GaudiAlg/tests/qmtest/refs/gaudiconfig2/Histograms_wg.ref b/GaudiAlg/tests/qmtest/refs/gaudiconfig2/Histograms_wg.ref
index 855f91df51a40b0b20fa2a394fb3910949e3c18c..a524a838a043b50c60767c9b0db14af88212fb6e 100644
--- a/GaudiAlg/tests/qmtest/refs/gaudiconfig2/Histograms_wg.ref
+++ b/GaudiAlg/tests/qmtest/refs/gaudiconfig2/Histograms_wg.ref
@@ -4,6 +4,7 @@ ApplicationMgr    SUCCESS
 ApplicationMgr       INFO Application Manager Configured successfully
 SimpleHistos        DEBUG Initialize base class GaudiCommon<Algorithm>
 SimpleHistos        DEBUG could not locate CounterSummarySvc, no counter summary will be made
+SimpleHistos        DEBUG Property ['Name': Value] =  'Asynchronous':False
 SimpleHistos        DEBUG Property ['Name': Value] =  'AuditExecute':False
 SimpleHistos        DEBUG Property ['Name': Value] =  'AuditFinalize':False
 SimpleHistos        DEBUG Property ['Name': Value] =  'AuditInitialize':False
diff --git a/GaudiAlg/tests/qmtest/scripts/HistoDumpEx.py b/GaudiAlg/tests/qmtest/scripts/HistoDumpEx.py
index e8e8d2c5327929daee01159f9389a3ad763d6e09..8b8e1ac536a78e829b959412c7dd478323abcb7b 100755
--- a/GaudiAlg/tests/qmtest/scripts/HistoDumpEx.py
+++ b/GaudiAlg/tests/qmtest/scripts/HistoDumpEx.py
@@ -13,7 +13,7 @@
 import random
 
 import ROOT
-from GaudiPython.HistoUtils import histoDump
+from GaudiAlg.HistoUtils import histoDump
 
 r = random.Random()
 
diff --git a/GaudiAlg/tests/qmtest/scripts/HistoUtilsEx.py b/GaudiAlg/tests/qmtest/scripts/HistoUtilsEx.py
index cae73846e1e3c200959a31368276a2422b722def..67221fab7ea77ab74f77313f2145bf8e507e7104 100755
--- a/GaudiAlg/tests/qmtest/scripts/HistoUtilsEx.py
+++ b/GaudiAlg/tests/qmtest/scripts/HistoUtilsEx.py
@@ -29,7 +29,7 @@ from math import cos, sin
 
 from GaudiPython.Bindings import AppMgr
 from GaudiPython.Bindings import gbl as cpp
-from GaudiPython.HistoUtils import aida2root, book, fill
+from GaudiAlg.HistoUtils import aida2root, book, fill
 
 print(__doc__)