From 4df05bac2863db8449e7d9856a9012084033ef83 Mon Sep 17 00:00:00 2001 From: Iampete1 Date: Mon, 22 Jul 2024 15:50:22 +0100 Subject: [PATCH] Actions: test environment: increase timeout to 60 mins --- .github/workflows/test_environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_environment.yml b/.github/workflows/test_environment.yml index 2d5d520509..9c307ac33f 100644 --- a/.github/workflows/test_environment.yml +++ b/.github/workflows/test_environment.yml @@ -79,7 +79,7 @@ jobs: with: submodules: 'recursive' - name: test install environment ${{matrix.os}}.${{matrix.name}} - timeout-minutes: 45 + timeout-minutes: 60 env: DISABLE_MAVNATIVE: True DEBIAN_FRONTEND: noninteractive