Skip to content

Commit 88330e5

Browse files
committed
ci: increased CLT timeout from 15 min to 30 min
Since 15 min is not enough sometimes, e.g. - https://github.com/manticoresoftware/manticoresearch-buddy/actions/runs/19062289802/job/54448847586
1 parent e9c476d commit 88330e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clt_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
clt:
3939
name: CLT
4040
runs-on: ubuntu-22.04
41-
timeout-minutes: 15
41+
timeout-minutes: 30
4242
continue-on-error: ${{ inputs.continue_on_error }}
4343
env:
4444
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

0 commit comments

Comments
 (0)