mirror of https://github.com/google/oss-fuzz.git
Give introspector builds a timeout same as other builds (#7794)
Give introspector buids same TO
This commit is contained in:
parent
d533911bf3
commit
863f16e280
|
@ -501,9 +501,6 @@ def run_build(oss_fuzz_project,
|
|||
tags = [oss_fuzz_project + '-' + build_type, build_type, oss_fuzz_project]
|
||||
tags.extend(extra_tags)
|
||||
timeout = build_lib.BUILD_TIMEOUT
|
||||
# TODO(navidem): This is temporary until I fix shorter failing projects.
|
||||
if build_type == 'introspector':
|
||||
timeout /= 4
|
||||
body_overrides = {
|
||||
'logsBucket': GCB_LOGS_BUCKET,
|
||||
'queueTtl': str(QUEUE_TTL_SECONDS) + 's',
|
||||
|
|
Loading…
Reference in New Issue