ci: Bump tests timeout once again

Looks like 45mins is too tight for GHA on Windows with heavy load...
This commit is contained in:
Florian Bruhin 2023-04-10 21:05:53 +02:00
parent 3e4d021070
commit 055224cb8d
1 changed files with 1 additions and 1 deletions

View File

@ -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