This is an automated email from the ASF dual-hosted git repository.
menghaoran 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 9fc1b2a819c Refactor : refactor the building time for agent workflow
(#34148)
9fc1b2a819c is described below
commit 9fc1b2a819c2950a231ba76e3a28590582405253
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Wed Dec 25 14:40:44 2024 +0800
Refactor : refactor the building time for agent workflow (#34148)
---
.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 fa16101d6c4..af2e92cd545 100644
--- a/.github/workflows/nightly-e2e-agent.yml
+++ b/.github/workflows/nightly-e2e-agent.yml
@@ -39,7 +39,7 @@ jobs:
name: Build E2E Image
needs: global-environment
runs-on: ubuntu-latest
- timeout-minutes: 20
+ timeout-minutes: 40
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4