Skip to content

Commit 0aa13c6

Browse files
authored
CU-869awnz6y: Fix sisue with workflow format (45m -> 45) (#189)
1 parent 0bb0906 commit 0aa13c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/medcat-v1_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
second_half_nl=$(echo "$all_files" | tail -n +$(($midpoint + 1)))
5454
python -m unittest ${first_half_nl[@]}
5555
python -m unittest ${second_half_nl[@]}
56-
timeout-minutes: 45m
56+
timeout-minutes: 45
5757
- name: Regression
5858
run: source tests/resources/regression/run_regression.sh
5959
- name: Model backwards compatibility

0 commit comments

Comments
 (0)