This is an automated email from the ASF dual-hosted git repository.
pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new 9943091 SUBMARINE-1028. Extend timeout for integration tests
9943091 is described below
commit 99430913d41cf315b3920bf93b9684d0a303fb5c
Author: KUAN-HSUN-LI <[email protected]>
AuthorDate: Thu Sep 16 23:01:25 2021 +0800
SUBMARINE-1028. Extend timeout for integration tests
### What is this PR for?
Sometimes GitHub Actions' server is not stable, then it will take around 20
minutes and lead to timeout of integration tests.
### What type of PR is it?
[Improvement]
### Todos
### What is the Jira issue?
https://issues.apache.org/jira/browse/SUBMARINE-1028
### How should this be tested?
### Screenshots (if appropriate)
### Questions:
* Do the license files need updating? No
* Are there breaking changes for older versions? No
* Does this need new documentation? No
Author: KUAN-HSUN-LI <[email protected]>
Signed-off-by: Kevin <[email protected]>
Closes #753 from KUAN-HSUN-LI/SUBMARINE-1028 and squashes the following
commits:
fbdbc29c [KUAN-HSUN-LI] SUBMARINE-1028. Extend timeout for integration tests
---
.github/workflows/master.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index 1777f3e..1d0c588 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -28,7 +28,7 @@ env:
jobs:
submarine-e2e:
runs-on: ubuntu-latest
- timeout-minutes: 30
+ timeout-minutes: 60
services:
mysql:
image: mysql:5.7
@@ -78,7 +78,7 @@ jobs:
mvn ${TEST_FLAG} ${TEST_MODULES} ${PROFILE} -B
submarine-k8s:
runs-on: ubuntu-latest
- timeout-minutes: 30
+ timeout-minutes: 60
steps:
- uses: actions/checkout@v2
with:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]