ci: try to bump timeout-minutes to 120
parent
0e08d15bc4
commit
c4e962bd9f
|
@ -11,7 +11,7 @@ on:
|
|||
jobs:
|
||||
tests-sanitize-undefined-clang:
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 120
|
||||
env:
|
||||
VFLAGS: -cc clang
|
||||
VJOBS: 1
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
|
||||
tests-sanitize-undefined-gcc:
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 120
|
||||
env:
|
||||
VFLAGS: -cc gcc
|
||||
VJOBS: 1
|
||||
|
@ -60,7 +60,7 @@ jobs:
|
|||
|
||||
tests-sanitize-address-clang:
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 120
|
||||
env:
|
||||
VFLAGS: -cc clang
|
||||
VJOBS: 1
|
||||
|
@ -89,7 +89,7 @@ jobs:
|
|||
|
||||
tests-sanitize-address-msvc:
|
||||
runs-on: windows-2019
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 120
|
||||
env:
|
||||
VFLAGS: -cc msvc
|
||||
VJOBS: 1
|
||||
|
@ -115,7 +115,7 @@ jobs:
|
|||
|
||||
tests-sanitize-address-gcc:
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 120
|
||||
env:
|
||||
VFLAGS: -cc gcc
|
||||
VJOBS: 1
|
||||
|
@ -144,7 +144,7 @@ jobs:
|
|||
|
||||
tests-sanitize-memory-clang:
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 120
|
||||
env:
|
||||
VFLAGS: -cc clang
|
||||
VJOBS: 1
|
||||
|
|
Loading…
Reference in New Issue