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:
Abhishek Arya 2017-02-15 18:27:38 -08:00 committed by GitHub
parent b31c6d28b1
commit 8f6a96c213
1 changed files with 1 additions and 1 deletions

View File

@ -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"