Skip to content

Commit

Permalink
[CI] Define reboot wait time using env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnoel committed Jan 23, 2024
1 parent 0e66e63 commit dca978f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/jenkins/Jenkinsfile_HW
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pipeline {
label 'finn-build'
}
steps {
sleep(time: 3, unit: 'MINUTES')
sleep(time: "${env.REBOOT_SLEEP}", unit: 'MINUTES')
}
}
stage('Collect build information for HW testing') {
Expand Down

0 comments on commit dca978f

Please sign in to comment.