increase build timeout to 6 hours (#877)

This commit is contained in:
Oliver Chang 2017-10-05 22:16:45 -07:00 committed by GitHub
parent e9c38132ca
commit e2c1205f54
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ def main():
build_body = {
'steps': get_build_steps(project_yaml, dockerfile_path),
'timeout': str(4 * 3600) + 's',
'timeout': str(6 * 3600) + 's',
'options': options,
'logsBucket': 'oss-fuzz-gcb-logs',
'images': [ project_yaml['image'] ],