ci: bump timeout-minutes for the sanitize jobs to 180

pull/10996/head
Delyan Angelov 2021-07-29 16:29:53 +03:00
parent 1e255d3ab1
commit 0b46d62199
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 6 additions and 6 deletions

View File

@ -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