From b0b7acfe5cce3934e34014988ef02db207b9fad5 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Wed, 2 Oct 2024 16:28:16 +0200 Subject: [PATCH] Only run on one event --- test/k4FWCoreTest/options/ExampleFunctionalNoFile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/k4FWCoreTest/options/ExampleFunctionalNoFile.py b/test/k4FWCoreTest/options/ExampleFunctionalNoFile.py index fc3eac9b..58bd6def 100644 --- a/test/k4FWCoreTest/options/ExampleFunctionalNoFile.py +++ b/test/k4FWCoreTest/options/ExampleFunctionalNoFile.py @@ -34,7 +34,7 @@ mgr = ApplicationMgr( TopAlg=[transformer], EvtSel="NONE", - EvtMax=-1, + EvtMax=1, ExtSvc=[EventDataSvc("EventDataSvc")], OutputLevel=INFO, )