Skip to content

Commit

Permalink
Merge branch '8_1_X' into TIMOB-27117-8_1_X
Browse files Browse the repository at this point in the history
  • Loading branch information
lokeshchdhry committed Jun 11, 2019
2 parents 55f6ef6 + bc4b291 commit edc9150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ timestamps {
sh "node scons.js build --android-ndk ${env.ANDROID_NDK_R16B} --android-sdk ${env.ANDROID_SDK}"
} // timeout
ansiColor('xterm') {
timeout(15) {
timeout(25) {
if (includeWindows) {
sh "node scons.js package --version-tag ${vtag} --all"
} else {
Expand Down

0 comments on commit edc9150

Please sign in to comment.