This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 0a11bba5aa HDDS-9402. Increase timeout of unit check (#5400)
0a11bba5aa is described below
commit 0a11bba5aa277a26c9b7c24adb6367fd13c9c1aa
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Oct 7 06:43:35 2023 +0200
HDDS-9402. Increase timeout of unit check (#5400)
---
.github/workflows/ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4f52f709b8..a55a7e75dd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
needs:
- build-info
runs-on: ubuntu-20.04
- timeout-minutes: 45
+ timeout-minutes: 60
if: needs.build-info.outputs.needs-build == 'true'
strategy:
matrix:
@@ -172,7 +172,7 @@ jobs:
needs:
- build-info
runs-on: ubuntu-20.04
- timeout-minutes: 90
+ timeout-minutes: 30
if: needs.build-info.outputs.needs-basic-check == 'true'
strategy:
matrix:
@@ -226,7 +226,7 @@ jobs:
- build-info
- basic
runs-on: ubuntu-20.04
- timeout-minutes: 90
+ timeout-minutes: 150
if: needs.build-info.outputs.needs-unit-check == 'true'
strategy:
matrix:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]