This is an automated email from the ASF dual-hosted git repository.

jianglongtao pushed a commit to branch fix-33341
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git

commit 6655975d769729240a6bce061987b6a403ca5105
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Thu Sep 5 13:48:13 2024 +0800

    Refactor :refactor the action timeout
---
 .github/workflows/workflow-dispatch-e2e-sql.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/workflow-dispatch-e2e-sql.yml 
b/.github/workflows/workflow-dispatch-e2e-sql.yml
index 31baae993a9..c2fa4d6c255 100644
--- a/.github/workflows/workflow-dispatch-e2e-sql.yml
+++ b/.github/workflows/workflow-dispatch-e2e-sql.yml
@@ -39,7 +39,7 @@ jobs:
     name: Build E2E Image
     needs: global-environment
     runs-on: self-hosted-honor
-    timeout-minutes: 20
+    timeout-minutes: 30
     steps:
       - uses: actions/checkout@v4
       - uses: actions/setup-java@v4
@@ -70,7 +70,7 @@ jobs:
     needs: [ build-e2e-image, global-environment ]
     if: github.repository == 'SphereEx/dbplus-engine-honor'
     runs-on: self-hosted-honor
-    timeout-minutes: 15
+    timeout-minutes: 30
     strategy:
       max-parallel: 20
       fail-fast: false

Reply via email to