mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: try to bump timeout-minutes to 120
This commit is contained in:
parent
0e08d15bc4
commit
c4e962bd9f
12
.github/workflows/ci_sanitized.yml
vendored
12
.github/workflows/ci_sanitized.yml
vendored
@ -11,7 +11,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
tests-sanitize-undefined-clang:
|
tests-sanitize-undefined-clang:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc clang
|
VFLAGS: -cc clang
|
||||||
VJOBS: 1
|
VJOBS: 1
|
||||||
@ -36,7 +36,7 @@ jobs:
|
|||||||
|
|
||||||
tests-sanitize-undefined-gcc:
|
tests-sanitize-undefined-gcc:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc gcc
|
VFLAGS: -cc gcc
|
||||||
VJOBS: 1
|
VJOBS: 1
|
||||||
@ -60,7 +60,7 @@ jobs:
|
|||||||
|
|
||||||
tests-sanitize-address-clang:
|
tests-sanitize-address-clang:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc clang
|
VFLAGS: -cc clang
|
||||||
VJOBS: 1
|
VJOBS: 1
|
||||||
@ -89,7 +89,7 @@ jobs:
|
|||||||
|
|
||||||
tests-sanitize-address-msvc:
|
tests-sanitize-address-msvc:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc msvc
|
VFLAGS: -cc msvc
|
||||||
VJOBS: 1
|
VJOBS: 1
|
||||||
@ -115,7 +115,7 @@ jobs:
|
|||||||
|
|
||||||
tests-sanitize-address-gcc:
|
tests-sanitize-address-gcc:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc gcc
|
VFLAGS: -cc gcc
|
||||||
VJOBS: 1
|
VJOBS: 1
|
||||||
@ -144,7 +144,7 @@ jobs:
|
|||||||
|
|
||||||
tests-sanitize-memory-clang:
|
tests-sanitize-memory-clang:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc clang
|
VFLAGS: -cc clang
|
||||||
VJOBS: 1
|
VJOBS: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user