Skip to content

Commit

Permalink
more test tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl committed Oct 22, 2021
1 parent 6ff6a4f commit 3b80587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RecFCCeeCalorimeter/tests/options/reproduceSegfault.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
out
],
EvtSel = 'NONE',
EvtMax = 1000,
EvtMax = 10,
ExtSvc = [geoservice, podioevent, geantservice, audsvc],
StopOnSignal = True,
)
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# Readouts
ecalBarrelReadoutName = "ECalBarrelPhiEta"

# Number of events
num_events = 10

from Gaudi.Configuration import *
from Configurables import ApplicationMgr, FCCDataSvc, PodioOutput
Expand Down Expand Up @@ -133,5 +131,5 @@
out
],
EvtSel = 'NONE',
EvtMax = 5,
EvtMax = 2,
ExtSvc = [podioevent, geoservice])

0 comments on commit 3b80587

Please sign in to comment.