cjolivier01 closed pull request #9298: Increase timeout for GIT on windows (Fix 
#9297)
URL: https://github.com/apache/incubator-mxnet/pull/9298
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/Jenkinsfile b/Jenkinsfile
index 00ba40c794..8444651725 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -16,7 +16,7 @@ def init_git() {
   deleteDir()
   retry(5) {
     try {
-      // Make sure wait long enough for quote. Important: Don't increase the 
amount of 
+      // Make sure wait long enough for api.github.com request quota. 
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
@@ -35,7 +35,9 @@ def init_git_win() {
   deleteDir()
   retry(5) {
     try {
-      timeout(time: 2, unit: 'MINUTES') {
+      // Make sure wait long enough for api.github.com request quota. 
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
         bat 'git submodule update --init'
         bat 'git clean -d -f'        


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to