diff --git a/Framework/Core/include/Framework/AnalysisManagers.h b/Framework/Core/include/Framework/AnalysisManagers.h index 30ebf1799b227..ca42a0aca42db 100644 --- a/Framework/Core/include/Framework/AnalysisManagers.h +++ b/Framework/Core/include/Framework/AnalysisManagers.h @@ -287,6 +287,7 @@ struct OutputManager { auto& deviceSpec = context.services().get(); context.outputs().snapshot(what.ref(deviceSpec.inputTimesliceId, deviceSpec.maxInputTimeslices), *(what.getListOfHistograms())); what.clean(); + sleep(deviceSpec.inputTimesliceId); return true; } }; @@ -314,6 +315,7 @@ struct OutputManager> { { auto& deviceSpec = context.services().get(); context.outputs().snapshot(what.ref(deviceSpec.inputTimesliceId, deviceSpec.maxInputTimeslices), *what); + sleep(deviceSpec.inputTimesliceId); return true; } };