File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Framework/Core/include/Framework Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -287,6 +287,7 @@ struct OutputManager<HistogramRegistry> {
287287 auto & deviceSpec = context.services ().get <o2::framework::DeviceSpec const >();
288288 context.outputs ().snapshot (what.ref (deviceSpec.inputTimesliceId , deviceSpec.maxInputTimeslices ), *(what.getListOfHistograms ()));
289289 what.clean ();
290+ sleep (deviceSpec.inputTimesliceId );
290291 return true ;
291292 }
292293};
@@ -314,6 +315,7 @@ struct OutputManager<OutputObj<T>> {
314315 {
315316 auto & deviceSpec = context.services ().get <o2::framework::DeviceSpec const >();
316317 context.outputs ().snapshot (what.ref (deviceSpec.inputTimesliceId , deviceSpec.maxInputTimeslices ), *what);
318+ sleep (deviceSpec.inputTimesliceId );
317319 return true ;
318320 }
319321};
You can’t perform that action at this time.
0 commit comments