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:
12
.github/workflows/ci_sanitized.yml
vendored
12
.github/workflows/ci_sanitized.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
tests-sanitize-undefined-clang:
|
tests-sanitize-undefined-clang:
|
||||||
needs: no-scheduling
|
needs: no-scheduling
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 120
|
timeout-minutes: 180
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc clang
|
VFLAGS: -cc clang
|
||||||
VJOBS: 1
|
VJOBS: 1
|
||||||
@@ -44,7 +44,7 @@ jobs:
|
|||||||
tests-sanitize-undefined-gcc:
|
tests-sanitize-undefined-gcc:
|
||||||
needs: no-scheduling
|
needs: no-scheduling
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 120
|
timeout-minutes: 180
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc gcc
|
VFLAGS: -cc gcc
|
||||||
VJOBS: 1
|
VJOBS: 1
|
||||||
@@ -69,7 +69,7 @@ jobs:
|
|||||||
tests-sanitize-address-clang:
|
tests-sanitize-address-clang:
|
||||||
needs: no-scheduling
|
needs: no-scheduling
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 120
|
timeout-minutes: 180
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc clang
|
VFLAGS: -cc clang
|
||||||
VJOBS: 1
|
VJOBS: 1
|
||||||
@@ -99,7 +99,7 @@ jobs:
|
|||||||
tests-sanitize-address-msvc:
|
tests-sanitize-address-msvc:
|
||||||
needs: no-scheduling
|
needs: no-scheduling
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
timeout-minutes: 120
|
timeout-minutes: 180
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc msvc
|
VFLAGS: -cc msvc
|
||||||
VJOBS: 1
|
VJOBS: 1
|
||||||
@@ -126,7 +126,7 @@ jobs:
|
|||||||
tests-sanitize-address-gcc:
|
tests-sanitize-address-gcc:
|
||||||
needs: no-scheduling
|
needs: no-scheduling
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 120
|
timeout-minutes: 180
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc gcc
|
VFLAGS: -cc gcc
|
||||||
VJOBS: 1
|
VJOBS: 1
|
||||||
@@ -156,7 +156,7 @@ jobs:
|
|||||||
tests-sanitize-memory-clang:
|
tests-sanitize-memory-clang:
|
||||||
needs: no-scheduling
|
needs: no-scheduling
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 120
|
timeout-minutes: 180
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc clang
|
VFLAGS: -cc clang
|
||||||
VJOBS: 1
|
VJOBS: 1
|
||||||
|
Reference in New Issue
Block a user