chore: Increase GreptimeDB cluster setup timeout for distributed fuzz CI (#8263)

Increase GreptimeDB cluster setup timeout

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
Copilot
2026-06-08 11:30:14 +00:00
committed by GitHub
parent 9a814ca123
commit 38909d6ddf

View File

@@ -73,12 +73,13 @@ runs:
-n my-greptimedb \
--values "${BASE_VALUES}" \
--values "${SCENARIO_VALUES}" \
--timeout 10m \
--wait \
--wait-for-jobs
- name: Wait for GreptimeDB
uses: nick-fields/retry@v3
with:
timeout_minutes: 3
timeout_minutes: 10
max_attempts: 1
shell: bash
command: |