mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-07-04 13:00:38 +00:00
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:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user