mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: bump timeout-minutes to 240, for all sanitized jobs
This commit is contained in:
parent
ae816b1719
commit
886abcdf59
12
.github/workflows/ci_sanitized.yml
vendored
12
.github/workflows/ci_sanitized.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
||||
tests-sanitize-undefined-clang:
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
|
||||
timeout-minutes: 180
|
||||
timeout-minutes: 240
|
||||
env:
|
||||
VFLAGS: -cc clang
|
||||
VJOBS: 1
|
||||
@ -105,7 +105,7 @@ jobs:
|
||||
tests-sanitize-undefined-gcc:
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
|
||||
timeout-minutes: 180
|
||||
timeout-minutes: 240
|
||||
env:
|
||||
VFLAGS: -cc gcc
|
||||
VJOBS: 1
|
||||
@ -132,7 +132,7 @@ jobs:
|
||||
tests-sanitize-address-clang:
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
|
||||
timeout-minutes: 180
|
||||
timeout-minutes: 240
|
||||
env:
|
||||
VFLAGS: -cc clang
|
||||
VJOBS: 1
|
||||
@ -164,7 +164,7 @@ jobs:
|
||||
tests-sanitize-address-msvc:
|
||||
runs-on: windows-2019
|
||||
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
|
||||
timeout-minutes: 180
|
||||
timeout-minutes: 240
|
||||
env:
|
||||
VFLAGS: -cc msvc
|
||||
VJOBS: 1
|
||||
@ -196,7 +196,7 @@ jobs:
|
||||
tests-sanitize-address-gcc:
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
|
||||
timeout-minutes: 180
|
||||
timeout-minutes: 240
|
||||
env:
|
||||
VFLAGS: -cc gcc
|
||||
VJOBS: 1
|
||||
@ -228,7 +228,7 @@ jobs:
|
||||
tests-sanitize-memory-clang:
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
|
||||
timeout-minutes: 180
|
||||
timeout-minutes: 240
|
||||
env:
|
||||
VFLAGS: -cc clang -gc none
|
||||
VJOBS: 1
|
||||
|
Loading…
Reference in New Issue
Block a user