You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by jx...@apache.org on 2017/12/14 21:03:40 UTC

[incubator-mxnet] branch master updated: Increase git timeout for CI (fixes #9070) (#9071)

This is an automated email from the ASF dual-hosted git repository.

jxie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 392e7ac  Increase git timeout for CI (fixes #9070) (#9071)
392e7ac is described below

commit 392e7ac0049eeb6dc651bd35e26934829ab74d17
Author: Marco de Abreu <ma...@users.noreply.github.com>
AuthorDate: Thu Dec 14 22:03:37 2017 +0100

    Increase git timeout for CI (fixes #9070) (#9071)
    
    * Increase git timeout
    
    * Add comment
---
 Jenkinsfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 53bdbbe..731e288 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -16,7 +16,9 @@ def init_git() {
   deleteDir()
   retry(5) {
     try {
-      timeout(time: 2, unit: 'MINUTES') {
+      // Make sure wait long enough for quote. Important: Don't increase the amount of 
+      // retries as this will increase the amount of requests and worsen the throttling
+      timeout(time: 15, unit: 'MINUTES') {
         checkout scm
         sh 'git submodule update --init'
         sh 'git clean -d -f'        

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].