Skip to content
Snippets Groups Projects
Commit aa55dc5b authored by Felix Tomski's avatar Felix Tomski
Browse files

Fix timeout failures in ci

parent 8dbc9812
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ variables:
.local-template:
variables:
RUNNER_TAG: "ja664344"
RUNNER_TAG: "custom2"
# CI_LOG_STDOUT: "0"
.run-template:
......
......@@ -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
......
......@@ -10,7 +10,7 @@
#SBATCH --ntasks=1
for i in $(seq 30);
for i in $(seq 20);
do
sleep 1
echo $i
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment