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

Fix timeout failures in ci

Merge branch 'fix/ci/timeout-failure' into 'main'

Fix/ci/timeout failure

See merge request ci-playground/customdriver!26
parents 8dbc9812 aa55dc5b
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