This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a commit to branch MINIFICPP-2584-squashed
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
The following commit(s) were added to refs/heads/MINIFICPP-2584-squashed by
this push:
new 12a96ef60 increase timeout
12a96ef60 is described below
commit 12a96ef608bd7314514fce03952b938b47989324
Author: Martin Zink <[email protected]>
AuthorDate: Sat Jul 12 21:09:59 2025 +0200
increase timeout
---
.github/workflows/verify-package.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/verify-package.yml
b/.github/workflows/verify-package.yml
index eefb49e51..73263f49a 100644
--- a/.github/workflows/verify-package.yml
+++ b/.github/workflows/verify-package.yml
@@ -54,7 +54,7 @@ jobs:
docker-tests:
name: "${{ matrix.platform.name }} (${{ matrix.arch }})${{
inputs.enable_fips && ' (FIPS Mode)' || '' }}"
runs-on: ${{ matrix.arch == 'x86_64' && 'ubuntu-24.04' ||
'ubuntu-24.04-arm' }}
- timeout-minutes: 180
+ timeout-minutes: 240
needs: build-packages
strategy:
fail-fast: false