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 2c2d2f3 HDDS-5767. Unit check may timeout (#2664)
2c2d2f3 is described below
commit 2c2d2f31681215e9e4ab10661a16f331ba61ba6a
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Sep 21 14:08:40 2021 +0200
HDDS-5767. Unit check may timeout (#2664)
---
.github/workflows/post-commit.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/post-commit.yml
b/.github/workflows/post-commit.yml
index e58c231..6d4a229 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -116,7 +116,7 @@ jobs:
needs:
- build-info
runs-on: ubuntu-18.04
- timeout-minutes: 40
+ timeout-minutes: 60
if: needs.build-info.outputs.needs-basic-checks == 'true'
strategy:
matrix:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]