From f63c8218e48eed6614dffc4c343a3d3ffca7f1e0 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Tue, 28 Nov 2017 23:14:00 -0500 Subject: [PATCH] Jenkins increase test timeout --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2f270c4333..76ab803995 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent none options { buildDiscarder(logRotator(numToKeepStr: '10')) - timeout(time: 30, unit: 'MINUTES') + timeout(time: 60, unit: 'MINUTES') timestamps() } stages {