From aa55dc5b5c095902a575377c7e24e20dcb0da0b9 Mon Sep 17 00:00:00 2001
From: Felix Tomski <tomski@itc.rwth-aachen.de>
Date: Tue, 7 Feb 2023 14:27:51 +0100
Subject: [PATCH] Fix timeout failures in ci

---
 .gitlab-ci.yml | 2 +-
 .template.yml  | 2 +-
 sbatch.sh      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f9217ae..6a6fc6f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ variables:
 
 .local-template:
   variables:
-    RUNNER_TAG: "ja664344"
+    RUNNER_TAG: "custom2"
     #    CI_LOG_STDOUT: "0"
 
 .run-template:
diff --git a/.template.yml b/.template.yml
index 546b1eb..e0a763f 100644
--- a/.template.yml
+++ b/.template.yml
@@ -34,7 +34,7 @@ default:
   tags: [$RUNNER_TAG]
 
 variables:
-  SLURM_PARAM_TIMELIMIT: "-t 05:00"
+  SLURM_PARAM_TIMELIMIT: "-t 10:00"
   SLURM_PARAM_PARTITION: "-p c18m_low"
   SLURM_PARAM_CPUS: "-c 1"
   GIT_STRATEGY: clone
diff --git a/sbatch.sh b/sbatch.sh
index 92ef7f7..b5ad31f 100755
--- a/sbatch.sh
+++ b/sbatch.sh
@@ -10,7 +10,7 @@
 #SBATCH --ntasks=1
 
 
-for i in $(seq 30);
+for i in $(seq 20);
 do
     sleep 1
     echo $i
-- 
GitLab