From 055224cb8dedc918e9013be781f907acabc5ea15 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 10 Apr 2023 21:05:53 +0200 Subject: ci: Bump tests timeout once again Looks like 45mins is too tight for GHA on Windows with heavy load... --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1e629df6..5c9271d2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -217,7 +217,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]')" permissions: security-events: write - timeout-minutes: 45 + timeout-minutes: 60 runs-on: ubuntu-20.04 steps: - name: Checkout repository -- cgit v1.2.3-54-g00ecf