From 8c042a172971bd44e93959402d468173c1b7e192 Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Tue, 2 Jan 2024 17:26:37 -0800 Subject: [PATCH] chore(ci) increase timeout of unit tests job to 90 min --- .github/workflows/job-unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/job-unit-tests.yml b/.github/workflows/job-unit-tests.yml index d3db1c52c..7d8da6a57 100644 --- a/.github/workflows/job-unit-tests.yml +++ b/.github/workflows/job-unit-tests.yml @@ -65,7 +65,7 @@ jobs: tests: name: 'Unit tests' runs-on: ${{ inputs.os }} - timeout-minutes: 60 + timeout-minutes: 90 outputs: coveralls_name: ${{ steps.lcov.outputs.name }} steps: