Skip to content

Commit 886abcd

Browse files
committed
ci: bump timeout-minutes to 240, for all sanitized jobs
1 parent ae816b1 commit 886abcd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci_sanitized.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
tests-sanitize-undefined-clang:
7878
runs-on: ubuntu-20.04
7979
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
80-
timeout-minutes: 180
80+
timeout-minutes: 240
8181
env:
8282
VFLAGS: -cc clang
8383
VJOBS: 1
@@ -105,7 +105,7 @@ jobs:
105105
tests-sanitize-undefined-gcc:
106106
runs-on: ubuntu-20.04
107107
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
108-
timeout-minutes: 180
108+
timeout-minutes: 240
109109
env:
110110
VFLAGS: -cc gcc
111111
VJOBS: 1
@@ -132,7 +132,7 @@ jobs:
132132
tests-sanitize-address-clang:
133133
runs-on: ubuntu-20.04
134134
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
135-
timeout-minutes: 180
135+
timeout-minutes: 240
136136
env:
137137
VFLAGS: -cc clang
138138
VJOBS: 1
@@ -164,7 +164,7 @@ jobs:
164164
tests-sanitize-address-msvc:
165165
runs-on: windows-2019
166166
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
167-
timeout-minutes: 180
167+
timeout-minutes: 240
168168
env:
169169
VFLAGS: -cc msvc
170170
VJOBS: 1
@@ -196,7 +196,7 @@ jobs:
196196
tests-sanitize-address-gcc:
197197
runs-on: ubuntu-20.04
198198
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
199-
timeout-minutes: 180
199+
timeout-minutes: 240
200200
env:
201201
VFLAGS: -cc gcc
202202
VJOBS: 1
@@ -228,7 +228,7 @@ jobs:
228228
tests-sanitize-memory-clang:
229229
runs-on: ubuntu-20.04
230230
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
231-
timeout-minutes: 180
231+
timeout-minutes: 240
232232
env:
233233
VFLAGS: -cc clang -gc none
234234
VJOBS: 1

0 commit comments

Comments
 (0)