1
0
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:
Delyan Angelov 2022-11-17 17:35:51 +02:00
parent ae816b1719
commit 886abcdf59
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -77,7 +77,7 @@ jobs:
tests-sanitize-undefined-clang: tests-sanitize-undefined-clang:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' 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: env:
VFLAGS: -cc clang VFLAGS: -cc clang
VJOBS: 1 VJOBS: 1
@ -105,7 +105,7 @@ jobs:
tests-sanitize-undefined-gcc: tests-sanitize-undefined-gcc:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' 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: env:
VFLAGS: -cc gcc VFLAGS: -cc gcc
VJOBS: 1 VJOBS: 1
@ -132,7 +132,7 @@ jobs:
tests-sanitize-address-clang: tests-sanitize-address-clang:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' 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: env:
VFLAGS: -cc clang VFLAGS: -cc clang
VJOBS: 1 VJOBS: 1
@ -164,7 +164,7 @@ jobs:
tests-sanitize-address-msvc: tests-sanitize-address-msvc:
runs-on: windows-2019 runs-on: windows-2019
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' 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: env:
VFLAGS: -cc msvc VFLAGS: -cc msvc
VJOBS: 1 VJOBS: 1
@ -196,7 +196,7 @@ jobs:
tests-sanitize-address-gcc: tests-sanitize-address-gcc:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' 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: env:
VFLAGS: -cc gcc VFLAGS: -cc gcc
VJOBS: 1 VJOBS: 1
@ -228,7 +228,7 @@ jobs:
tests-sanitize-memory-clang: tests-sanitize-memory-clang:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' 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: env:
VFLAGS: -cc clang -gc none VFLAGS: -cc clang -gc none
VJOBS: 1 VJOBS: 1