ci: bump timeout-minutes to 25 for ci_cross.yml

pull/13599/head
Delyan Angelov 2022-02-24 12:04:04 +02:00
parent d30ad344e8
commit 9523c23e14
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ jobs:
macos-cross:
runs-on: macOS-latest
timeout-minutes: 15
timeout-minutes: 25
env:
VFLAGS: -cc clang
steps:
@ -48,7 +48,7 @@ jobs:
linux-cross:
runs-on: ubuntu-20.04
timeout-minutes: 15
timeout-minutes: 25
env:
VFLAGS: -cc tcc -no-retry-compilation
steps:
@ -101,7 +101,7 @@ jobs:
windows-cross:
runs-on: windows-2019
timeout-minutes: 15
timeout-minutes: 25
env:
VFLAGS: -cc msvc
steps: