Skip to content

Commit

Permalink
увеличил таймаут первичного этапа
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear committed Feb 13, 2019
1 parent 74d93bb commit 83ed796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jenkins/Jenkinsfile-fast
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ node("slave") {
// cmd("opm install", isUnix)
// }
echo "Сборка бинарных файлов"
timeout(30){
timeout(60){
timestamps {
cmd("opm run init file --v8version 8.3.10", isUnix)
}
Expand Down

0 comments on commit 83ed796

Please sign in to comment.