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

sunnianjun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d3f135cd3c Refactor : refactor the timeout for agent e2e (#34342)
0d3f135cd3c is described below

commit 0d3f135cd3c7f35f9660335817b8ef753aa4edc2
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Mon Jan 13 20:05:17 2025 +0800

    Refactor : refactor the timeout for agent e2e (#34342)
---
 .github/workflows/nightly-e2e-agent.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nightly-e2e-agent.yml 
b/.github/workflows/nightly-e2e-agent.yml
index af2e92cd545..c94cb052525 100644
--- a/.github/workflows/nightly-e2e-agent.yml
+++ b/.github/workflows/nightly-e2e-agent.yml
@@ -79,7 +79,7 @@ jobs:
     if: github.repository == 'apache/shardingsphere'
     needs: [ global-environment, build-e2e-image ]
     runs-on: ubuntu-latest
-    timeout-minutes: 15
+    timeout-minutes: 40
     strategy:
       max-parallel: 20
       fail-fast: false

Reply via email to