From e8641a123c3220a4a8e8e7ba73548f4c35d17141 Mon Sep 17 00:00:00 2001 From: Dave Casper <dcasper@localhost.localdomain> Date: Sun, 5 Apr 2020 23:21:36 -0700 Subject: [PATCH] Reduce event count to avoid timeout on test --- Simulation/G4Faser/G4FaserAlg/test/runG4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Simulation/G4Faser/G4FaserAlg/test/runG4.py b/Simulation/G4Faser/G4FaserAlg/test/runG4.py index aa062a793..7bb2ca4ca 100644 --- a/Simulation/G4Faser/G4FaserAlg/test/runG4.py +++ b/Simulation/G4Faser/G4FaserAlg/test/runG4.py @@ -137,4 +137,4 @@ if __name__ == "__main__": # # Execute and finish # - sys.exit(int(acc.run(maxEvents=1000).isFailure())) + sys.exit(int(acc.run(maxEvents=500).isFailure())) -- GitLab