| commit | 3fab11097af6889e2e6d11308a4de7e57847315e | [log] [tgz] |
|---|---|---|
| author | Lars Vogel <Lars.Vogel@vogella.com> | Wed Mar 30 09:47:08 2022 +0200 |
| committer | Lars Vogel <Lars.Vogel@vogella.com> | Wed Mar 30 03:48:57 2022 -0400 |
| tree | 6944f622d9e0068551aa6ae82ee98595534734b7 | |
| parent | 24f61710690a10d3628f8ad973c022dc58fd69a1 [diff] |
Increase build time for verification build Change-Id: I0cfb34d2a073fa2b2e5793e36f1a3e87f85ae126 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192347
diff --git a/Jenkinsfile b/Jenkinsfile index e9177b6..4b8120f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -1,6 +1,6 @@ pipeline { options { - timeout(time: 40, unit: 'MINUTES') + timeout(time: 60, unit: 'MINUTES') buildDiscarder(logRotator(numToKeepStr:'5')) } agent {