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 06362c0b84 HDDS-10197. Increase timeout for compile check (#6085)
06362c0b84 is described below

commit 06362c0b84573da06c6886af3bcadecb831a2ed6
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Jan 26 09:08:05 2024 +0100

    HDDS-10197. Increase timeout for compile check (#6085)
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f30979dafa..74c4756cfd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -135,7 +135,7 @@ jobs:
       - build-info
       - build
       - basic
-    timeout-minutes: 30
+    timeout-minutes: 45
     if: needs.build-info.outputs.needs-compile == 'true'
     strategy:
       matrix:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to