mirror of https://github.com/google/oss-fuzz.git
Speculative fix for timeouts
[Pipeline] timeout Timeout set to expire in 4 hr 0 min [Pipeline] { Several projects stuck on timeouts around evening time. [Pipeline] node Still waiting to schedule task Waiting for next available executor Cancelling nested steps due to timeout
This commit is contained in:
parent
b31c6d28b1
commit
8f6a96c213
|
@ -42,7 +42,7 @@ def call(body) {
|
|||
def date = java.time.format.DateTimeFormatter.ofPattern("yyyyMMddHHmm")
|
||||
.format(java.time.ZonedDateTime.now(java.time.ZoneOffset.UTC))
|
||||
|
||||
timeout(time: 4, unit: 'HOURS') {
|
||||
timeout(time: 6, unit: 'HOURS') {
|
||||
node {
|
||||
def workspace = pwd()
|
||||
def srcmapFile = "$workspace/srcmap.json"
|
||||
|
|
Loading…
Reference in New Issue