DickJC123 opened a new issue #20334: URL: https://github.com/apache/incubator-mxnet/issues/20334
## Description I run the MXNet unittest suite under a time limit of 3 hours. I've noticed a number of timeouts recently, always on a test that needs to download a model from our central mxnet.io site. An example of a failed URL request by requests.get() is http://data.mxnet.io/mxnet/data/cifar10.zip (as requested by ./test/python/train/test_dtype.py). It would help to know if others are experiencing similar hangs. The downloads generally are performed with retries although without a timeout on any given try. I feel that the get() requests are hanging, since I'm not getting any messages regarding retries. I'm not able to reproduce the issue using wget, or within a python interpreter session. ## What have you tried to solve it? 1. I've added a timeout of 2 minutes on any given requests.get(). Still looking for a failure to confirm a 'bad server' hypothesis. 2. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
