mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: bump timeout-minutes for the sanitize jobs to 180
This commit is contained in:
parent
1e255d3ab1
commit
0b46d62199
12
.github/workflows/ci_sanitized.yml
vendored
12
.github/workflows/ci_sanitized.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
tests-sanitize-undefined-clang:
|
||||
needs: no-scheduling
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 120
|
||||
timeout-minutes: 180
|
||||
env:
|
||||
VFLAGS: -cc clang
|
||||
VJOBS: 1
|
||||
@ -44,7 +44,7 @@ jobs:
|
||||
tests-sanitize-undefined-gcc:
|
||||
needs: no-scheduling
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 120
|
||||
timeout-minutes: 180
|
||||
env:
|
||||
VFLAGS: -cc gcc
|
||||
VJOBS: 1
|
||||
@ -69,7 +69,7 @@ jobs:
|
||||
tests-sanitize-address-clang:
|
||||
needs: no-scheduling
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 120
|
||||
timeout-minutes: 180
|
||||
env:
|
||||
VFLAGS: -cc clang
|
||||
VJOBS: 1
|
||||
@ -99,7 +99,7 @@ jobs:
|
||||
tests-sanitize-address-msvc:
|
||||
needs: no-scheduling
|
||||
runs-on: windows-2019
|
||||
timeout-minutes: 120
|
||||
timeout-minutes: 180
|
||||
env:
|
||||
VFLAGS: -cc msvc
|
||||
VJOBS: 1
|
||||
@ -126,7 +126,7 @@ jobs:
|
||||
tests-sanitize-address-gcc:
|
||||
needs: no-scheduling
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 120
|
||||
timeout-minutes: 180
|
||||
env:
|
||||
VFLAGS: -cc gcc
|
||||
VJOBS: 1
|
||||
@ -156,7 +156,7 @@ jobs:
|
||||
tests-sanitize-memory-clang:
|
||||
needs: no-scheduling
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 120
|
||||
timeout-minutes: 180
|
||||
env:
|
||||
VFLAGS: -cc clang
|
||||
VJOBS: 1
|
||||
|
Loading…
Reference in New Issue
Block a user