diff --git a/benchmarks/dis/config.yml b/benchmarks/dis/config.yml
index c1524bba7b6b5d84cf2da4d9ce3c403a53d4765e..b3a16c9f6c2b979448e3e41dfd2a4f7790440a9f 100644
--- a/benchmarks/dis/config.yml
+++ b/benchmarks/dis/config.yml
@@ -8,7 +8,7 @@ dis:generate:
 dis:process:
   stage: process
   needs: ["common:detector", "dis:generate"]
-  timeout: 1 hour
+  timeout: 2 hours
   script:
     - compile_analyses.py dis
     - ./benchmarks/dis/dis.sh --config barrel --ebeam 18 --pbeam 275
diff --git a/benchmarks/dvmp/config.yml b/benchmarks/dvmp/config.yml
index 61302d89c69003caa59b2da5adb4958794cf5d5d..52409cf5617d532844fa5b1d7e6e1f21480f4926 100644
--- a/benchmarks/dvmp/config.yml
+++ b/benchmarks/dvmp/config.yml
@@ -13,7 +13,7 @@ dvmp:generate:
 dvmp:process:
   stage: process
   needs: ["common:detector", "dvmp:generate"]
-  timeout: 1 hour
+  timeout: 2 hours
   script:
     - ls -lrth
     - compile_analyses.py dvmp
diff --git a/options/tracker_reconstruction.py b/options/tracker_reconstruction.py
index c9350dc38e75b230780a8f44935f8dbbf63ff5a3..8282a5daa5583c311298700c84600f676ba81fb4 100644
--- a/options/tracker_reconstruction.py
+++ b/options/tracker_reconstruction.py
@@ -18,8 +18,8 @@ if "DETECTOR_PATH" in os.environ :
     detector_path = str(os.environ["DETECTOR_PATH"])
 
 geo_service  = GeoSvc("GeoSvc",
-        detectors=["{}/{}.xml".format(detector_path, detector_name)])
-podioevent   = EICDataSvc("EventDataSvc", inputs=[input_sim_file], OutputLevel=DEBUG)
+        detectors=["{}/{}.xml".format(detector_path, detector_name)], OutputLevel=INFO)
+podioevent   = EICDataSvc("EventDataSvc", inputs=[input_sim_file], OutputLevel=INFO)
 
 from Configurables import PodioInput
 from Configurables import Jug__Base__InputCopier_dd4pod__Geant4ParticleCollection_dd4pod__Geant4ParticleCollection_ as MCCopier