File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 77
77
tests-sanitize-undefined-clang :
78
78
runs-on : ubuntu-20.04
79
79
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
81
81
env :
82
82
VFLAGS : -cc clang
83
83
VJOBS : 1
@@ -105,7 +105,7 @@ jobs:
105
105
tests-sanitize-undefined-gcc :
106
106
runs-on : ubuntu-20.04
107
107
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
109
109
env :
110
110
VFLAGS : -cc gcc
111
111
VJOBS : 1
@@ -132,7 +132,7 @@ jobs:
132
132
tests-sanitize-address-clang :
133
133
runs-on : ubuntu-20.04
134
134
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
136
136
env :
137
137
VFLAGS : -cc clang
138
138
VJOBS : 1
@@ -164,7 +164,7 @@ jobs:
164
164
tests-sanitize-address-msvc :
165
165
runs-on : windows-2019
166
166
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
168
168
env :
169
169
VFLAGS : -cc msvc
170
170
VJOBS : 1
@@ -196,7 +196,7 @@ jobs:
196
196
tests-sanitize-address-gcc :
197
197
runs-on : ubuntu-20.04
198
198
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
200
200
env :
201
201
VFLAGS : -cc gcc
202
202
VJOBS : 1
@@ -228,7 +228,7 @@ jobs:
228
228
tests-sanitize-memory-clang :
229
229
runs-on : ubuntu-20.04
230
230
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
232
232
env :
233
233
VFLAGS : -cc clang -gc none
234
234
VJOBS : 1
You can’t perform that action at this time.
0 commit comments