From 2877de0de4d3519f9abf8b1b35d33bea2a66a345 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wouter.deconinck@umanitoba.ca>
Date: Tue, 13 Jul 2021 03:24:43 +0000
Subject: [PATCH] Longer physics benchmark timeouts with recent ecal
 implementation

---
 benchmarks/dis/config.yml  | 2 +-
 benchmarks/dvcs/config.yml | 2 +-
 benchmarks/dvmp/config.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/benchmarks/dis/config.yml b/benchmarks/dis/config.yml
index c1524bba..2ed865be 100644
--- a/benchmarks/dis/config.yml
+++ b/benchmarks/dis/config.yml
@@ -8,7 +8,7 @@ dis:generate:
 dis:process:
   stage: process
   needs: ["common:detector", "dis:generate"]
-  timeout: 1 hour
+  timeout: 2 hour
   script:
     - compile_analyses.py dis
     - ./benchmarks/dis/dis.sh --config barrel --ebeam 18 --pbeam 275
diff --git a/benchmarks/dvcs/config.yml b/benchmarks/dvcs/config.yml
index 9b0f56cd..3256516c 100644
--- a/benchmarks/dvcs/config.yml
+++ b/benchmarks/dvcs/config.yml
@@ -1,6 +1,6 @@
 dvcs:process:
   stage: process
-  timeout: 1 hour
+  timeout: 2 hour
   needs: ["common:detector"]
   script:
     - bash benchmarks/dvcs/dvcs.sh
diff --git a/benchmarks/dvmp/config.yml b/benchmarks/dvmp/config.yml
index 61302d89..32e929f9 100644
--- a/benchmarks/dvmp/config.yml
+++ b/benchmarks/dvmp/config.yml
@@ -13,7 +13,7 @@ dvmp:generate:
 dvmp:process:
   stage: process
   needs: ["common:detector", "dvmp:generate"]
-  timeout: 1 hour
+  timeout: 2 hour
   script:
     - ls -lrth
     - compile_analyses.py dvmp
-- 
GitLab