This is an automated email from the ASF dual-hosted git repository.
zhonghongsheng 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 9d36c10182e Increase timeout-minutes of pipeline E2E (#25980)
9d36c10182e is described below
commit 9d36c10182ea30fa3808756d87a9c6b5f659a700
Author: Xinze Guo <[email protected]>
AuthorDate: Thu Jun 1 11:42:19 2023 +0800
Increase timeout-minutes of pipeline E2E (#25980)
---
.github/workflows/e2e-pipeline.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/e2e-pipeline.yml
b/.github/workflows/e2e-pipeline.yml
index 1403cb64e3f..d880d11c330 100644
--- a/.github/workflows/e2e-pipeline.yml
+++ b/.github/workflows/e2e-pipeline.yml
@@ -79,7 +79,7 @@ jobs:
postgresql_version: postgres:12-alpine
mysql_version: mysql:5.7
opengauss_version: enmotech/opengauss:2.1.0
- timeout-minutes: 30
+ timeout-minutes: 40
steps:
- uses: actions/checkout@v3
- name: Cache Maven Repos