1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

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

This commit is contained in:
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

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: