commit | d9e27fade814110be375d3649073acc66c6b11ed | [log] [tgz] |
---|---|---|
author | Piotrek Zygielo <piotr.zygielo@gmail.com> | Sun Apr 20 10:56:39 2025 +0200 |
committer | Piotrek Zygielo <piotr.zygielo@gmail.com> | Sun Apr 20 14:30:57 2025 +0200 |
tree | e824ae3f4d4e1e75fdd24b6511827d930818a733 | |
parent | ba1a09ee9bfc406dbf003937d39e82c06f288759 [diff] |
Increase global timeout
diff --git a/Jenkinsfile b/Jenkinsfile index fbcad15..c733888 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -25,7 +25,7 @@ // show timestamps in logs timestamps() // global timeout - timeout(time: 20, unit: 'MINUTES') + timeout(time: 120, unit: 'MINUTES') } stages { stage('build') {