From 081c241e4d3205b633531b3e5c22cd6209efc9a4 Mon Sep 17 00:00:00 2001 From: Mike Place Date: Mon, 6 Dec 2021 14:41:39 +0100 Subject: [PATCH] Increase test pipeline timeout (#1164) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c07e108b6..238ead2c1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { SLACK_CHANNEL = '#apm-agent-go' } options { - timeout(time: 1, unit: 'HOURS') + timeout(time: 2, unit: 'HOURS') buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20', daysToKeepStr: '30')) timestamps() ansiColor('xterm')