Skip to content

Commit 1b8588e

Browse files
committed
ci: Remove global timeout
License: MIT Signed-off-by: Łukasz Magiera <[email protected]>
1 parent 48e2aa3 commit 1b8588e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def gobuild_step(list) {
7171

7272
/* PIPELINE */
7373

74-
ansiColor('xterm') { withEnv(['TERM=xterm-color']) { timeout(time: global_timeout, unit: 'MINUTES') {
74+
ansiColor('xterm') { withEnv(['TERM=xterm-color']) {
7575
stage('Checks') {
7676
parallel(
7777
'go fmt': {
@@ -191,4 +191,4 @@ ansiColor('xterm') { withEnv(['TERM=xterm-color']) { timeout(time: global_timeou
191191
},
192192
)
193193
}
194-
}}}
194+
}}

0 commit comments

Comments
 (0)