You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2021/04/20 07:23:30 UTC

[nifi] branch main updated: NIFI-8441 Added timeout-minutes for GitHub workflow on Windows

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

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new bbe75e8  NIFI-8441 Added timeout-minutes for GitHub workflow on Windows
bbe75e8 is described below

commit bbe75e81dd9f6bf0d7ab9b8d5ffddfd499f7130e
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Mon Apr 19 19:38:57 2021 -0500

    NIFI-8441 Added timeout-minutes for GitHub workflow on Windows
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #5010.
---
 .github/workflows/ci-workflow.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml
index 421f5bf..0eee24c 100644
--- a/.github/workflows/ci-workflow.yml
+++ b/.github/workflows/ci-workflow.yml
@@ -263,6 +263,7 @@ jobs:
 
   windows-build:
 
+    timeout-minutes: 90
     runs-on: windows-latest
     name: Windows - JDK 1.8