Skip to content
Snippets Groups Projects
Commit 2877de0d authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Longer physics benchmark timeouts with recent ecal implementation

parent 4f21581d
No related branches found
No related tags found
1 merge request!55Longer physics benchmark timeouts with recent ecal implementation
...@@ -8,7 +8,7 @@ dis:generate: ...@@ -8,7 +8,7 @@ dis:generate:
dis:process: dis:process:
stage: process stage: process
needs: ["common:detector", "dis:generate"] needs: ["common:detector", "dis:generate"]
timeout: 1 hour timeout: 2 hour
script: script:
- compile_analyses.py dis - compile_analyses.py dis
- ./benchmarks/dis/dis.sh --config barrel --ebeam 18 --pbeam 275 - ./benchmarks/dis/dis.sh --config barrel --ebeam 18 --pbeam 275
......
dvcs:process: dvcs:process:
stage: process stage: process
timeout: 1 hour timeout: 2 hour
needs: ["common:detector"] needs: ["common:detector"]
script: script:
- bash benchmarks/dvcs/dvcs.sh - bash benchmarks/dvcs/dvcs.sh
......
...@@ -13,7 +13,7 @@ dvmp:generate: ...@@ -13,7 +13,7 @@ dvmp:generate:
dvmp:process: dvmp:process:
stage: process stage: process
needs: ["common:detector", "dvmp:generate"] needs: ["common:detector", "dvmp:generate"]
timeout: 1 hour timeout: 2 hour
script: script:
- ls -lrth - ls -lrth
- compile_analyses.py dvmp - compile_analyses.py dvmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment