Give introspector builds a timeout same as other builds (#7794)

Give introspector buids same TO
This commit is contained in:
Navidem 2022-06-02 10:32:01 -05:00 committed by GitHub
parent d533911bf3
commit 863f16e280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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',