This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch ci_utils
in repository 
https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git


The following commit(s) were added to refs/heads/ci_utils by this push:
     new 662b2fb  [FLINK-30963][ci] Increase global timeout
662b2fb is described below

commit 662b2fb266943effb8f3408bcfb12ac6b8427ea8
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Wed Feb 8 12:28:31 2023 +0100

    [FLINK-30963][ci] Increase global timeout
    
    The initial download from archive.apache.org takes a while (15m). We need 
to adjust the global timeout to account for that.
---
 .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 26ab63d..54a1837 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -35,7 +35,7 @@ on:
         description: "The timeout in minutes for the entire workflow."
         required: false
         type: number
-        default: 60
+        default: 80
       timeout_test:
         description: "The timeout in minutes for the test compile&step."
         required: false

Reply via email to