Constantly hitting the requests module read timeout which is 300 on N5K installs. These installs go through the validation of both the system and kickstart image. Regularity takes longer than 10 minutes to just finish the "verification" steps. This should be configurable to avoid timeout issues.
https://github.com/networktocode/pyntc/blob/b46b94a202c1dc5bf30c97dcaa69af8fe77bde60/pyntc/devices/nxos_device.py#L365
Constantly hitting the
requests
moduleread timeout
which is 300 on N5K installs. These installs go through the validation of both the system and kickstart image. Regularity takes longer than 10 minutes to just finish the "verification" steps. This should be configurable to avoid timeout issues.