Skip to content

Commit

Permalink
[CI] increase timeout for CI
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Nikitin <[email protected]>
  • Loading branch information
Andrew Nikitin committed Dec 20, 2019
1 parent e9bd71c commit a3d2853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ for (i = 0; i < _labels.size(); i++) {
// PIPELINE

try {
timeout(90) {
timeout(180) {
stage('Static code validation') {
if (config.codeValidation) {
node(labels.linux) {
Expand Down

0 comments on commit a3d2853

Please sign in to comment.