timeout up to 35
Some checks failed
CI TEST (Vault secrets) / build (push) Failing after 38s

This commit is contained in:
Nikita Pozdniakov
2026-01-27 15:57:14 +03:00
parent f54ee2c87f
commit c58a685ab0

View File

@@ -17,7 +17,7 @@ jobs:
- name: Install tools (curl, jq) - name: Install tools (curl, jq)
run: | run: |
set -euxo pipefail set -euxo pipefail
timeout 30s apk update \ timeout 35s apk update \
timeout 30s apk add --no-cache curl jq timeout 30s apk add --no-cache curl jq
- name: Get Keycloak access token from Gitea secrets - name: Get Keycloak access token from Gitea secrets