mirror of https://github.com/google/oss-fuzz.git
increase build timeout to 6 hours (#877)
This commit is contained in:
parent
e9c38132ca
commit
e2c1205f54
|
@ -261,7 +261,7 @@ def main():
|
||||||
|
|
||||||
build_body = {
|
build_body = {
|
||||||
'steps': get_build_steps(project_yaml, dockerfile_path),
|
'steps': get_build_steps(project_yaml, dockerfile_path),
|
||||||
'timeout': str(4 * 3600) + 's',
|
'timeout': str(6 * 3600) + 's',
|
||||||
'options': options,
|
'options': options,
|
||||||
'logsBucket': 'oss-fuzz-gcb-logs',
|
'logsBucket': 'oss-fuzz-gcb-logs',
|
||||||
'images': [ project_yaml['image'] ],
|
'images': [ project_yaml['image'] ],
|
||||||
|
|
Loading…
Reference in New Issue