Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix occurrences of timeout #4

Open
3 tasks done
rffontenelle opened this issue Aug 13, 2024 · 0 comments
Open
3 tasks done

Fix occurrences of timeout #4

rffontenelle opened this issue Aug 13, 2024 · 0 comments

Comments

@rffontenelle
Copy link
Owner

rffontenelle commented Aug 13, 2024

  • howto/mro.rst:13: [timeout] https://www.phyast.pitt.edu/~micheles/: HTTPSConnectionPool(host='www.phyast.pitt.edu', port=443): Max retries exceeded with url: /~micheles/ (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f744affa4e0>, 'Connection to www.phyast.pitt.edu timed out. (connect timeout=30)'))
  • library/unittest.rst:67: [timeout] http://lists.idyll.org/listinfo/testing-in-python: HTTPConnectionPool(host='lists.idyll.org', port=80): Max retries exceeded with url: /listinfo/testing-in-python (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f744a44aae0>, 'Connection to lists.idyll.org timed out. (connect timeout=30)'))
  • whatsnew/3.2.rst:978: [timeout] https://osl.cs.illinois.edu/media/papers/karmani-2009-barrier_synchronization_pattern.pdf: HTTPSConnectionPool(host='osl.cs.illinois.edu', port=443): Max retries exceeded with url: /media/papers/karmani-2009-barrier_synchronization_pattern.pdf (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f744ac17d10>, 'Connection to osl.cs.illinois.edu timed out. (connect timeout=30)'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant