From 07ecbb8ac3ae9e61a3ca901ab50a2fa8d945baf2 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sun, 7 Sep 2025 12:45:19 +0200 Subject: [PATCH] Extend SLURM time out --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 4a317ed6..96aaabb1 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -274,7 +274,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: koesterlab/setup-slurm-action@v1 - timeout-minutes: 5 + timeout-minutes: 10 - name: ubnuntu install run: sudo apt install -y mpich - uses: conda-incubator/setup-miniconda@v3