KellenSunderland commented on a change in pull request #9298: Increase timeout
for GIT on windows (Fix #9297)
URL: https://github.com/apache/incubator-mxnet/pull/9298#discussion_r159621871
##########
File path: Jenkinsfile
##########
@@ -35,7 +35,9 @@ def init_git_win() {
deleteDir()
retry(5) {
try {
- timeout(time: 2, unit: 'MINUTES') {
+ // Make sure wait long enough for quote. Important: Don't increase the
amount of
Review comment:
Should read: "Make sure to wait long enough for api.github.com request quota"
----------------------------------------------------------------
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