From 9ae7548d95ae623637e996235232c4b49130e396 Mon Sep 17 00:00:00 2001 From: mart-r Date: Mon, 20 Oct 2025 18:12:19 +0100 Subject: [PATCH] CU-869awnz6y: Fix sisue with workflow format (45m -> 45) --- .github/workflows/medcat-v1_main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/medcat-v1_main.yml b/.github/workflows/medcat-v1_main.yml index b72360845..78378e4b5 100644 --- a/.github/workflows/medcat-v1_main.yml +++ b/.github/workflows/medcat-v1_main.yml @@ -53,7 +53,7 @@ jobs: second_half_nl=$(echo "$all_files" | tail -n +$(($midpoint + 1))) python -m unittest ${first_half_nl[@]} python -m unittest ${second_half_nl[@]} - timeout-minutes: 45m + timeout-minutes: 45 - name: Regression run: source tests/resources/regression/run_regression.sh - name: Model backwards compatibility