Skip to content

Commit

Permalink
limit odd chain job to 1 thread for g4
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Feb 20, 2024
1 parent 1f4c10e commit 9a7accf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Python/tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ def test_full_chain_odd_example_pythia_geant4(tmp_path):
env["ACTS_LOG_FAILURE_THRESHOLD"] = "ERROR"
try:
stdout = subprocess.check_output(
[sys.executable, str(script), "-n1", "--geant4", "--ttbar"],
[sys.executable, str(script), "-j1", "-n1", "--geant4", "--ttbar"],
cwd=tmp_path,
env=env,
stderr=subprocess.STDOUT,
Expand Down

0 comments on commit 9a7accf

Please sign in to comment.