mirror of https://github.com/google/oss-fuzz.git
Increase timeout (#8318)
This commit is contained in:
parent
3e430be712
commit
0b0c48d96a
|
@ -9,7 +9,7 @@ steps:
|
||||||
- .
|
- .
|
||||||
- name: 'gcr.io/oss-fuzz-base/build-status'
|
- name: 'gcr.io/oss-fuzz-base/build-status'
|
||||||
args: []
|
args: []
|
||||||
timeout: 5400s
|
timeout: 10800s
|
||||||
options:
|
options:
|
||||||
logging: CLOUD_LOGGING_ONLY
|
logging: CLOUD_LOGGING_ONLY
|
||||||
timeout: 5400s
|
timeout: 10800s
|
||||||
|
|
Loading…
Reference in New Issue