From dbdba22f5d347769cc2181b400bd7c30579349c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Sapp=C3=A9=20Griot?= <105230883+marcosgopen@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:11:37 +0200 Subject: [PATCH] Update QA-JTS-OPENJDKORB-test.yml increase timeout --- .github/workflows/QA-JTS-OPENJDKORB-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/QA-JTS-OPENJDKORB-test.yml b/.github/workflows/QA-JTS-OPENJDKORB-test.yml index 3dd846e..10766ef 100644 --- a/.github/workflows/QA-JTS-OPENJDKORB-test.yml +++ b/.github/workflows/QA-JTS-OPENJDKORB-test.yml @@ -18,7 +18,7 @@ on: jobs: QA_JTS_OPENJDKORB-test: name: QA_JTS_OPENJDKORB test with JDK ${{ matrix.java-version }} - timeout-minutes: 120 + timeout-minutes: 420 strategy: matrix: java-version: [ 11, 17, 21 ]