From 38909d6ddfdb1b2c8667be2358b1674a9237b448 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 8 Jun 2026 11:30:14 +0000 Subject: [PATCH] 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> --- .github/actions/setup-greptimedb-cluster/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/setup-greptimedb-cluster/action.yml b/.github/actions/setup-greptimedb-cluster/action.yml index 6e0bd2f09b..8c6115b70f 100644 --- a/.github/actions/setup-greptimedb-cluster/action.yml +++ b/.github/actions/setup-greptimedb-cluster/action.yml @@ -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: |