Fix urllib3 ValueError
Fix the following error in the unit tests:
E ValueError: Timeout value connect was Timeout(connect=None, read=None, total=None), but it must be an int, float or None.
/usr/lib/python3.6/site-packages/urllib3/util/timeout.py:127: ValueError