Closed DustinChaloupka closed 9 years ago
The NotFoundChecks was defaulting to 20 when not given, which with the delays between each try it only tried for about ~2.5 minutes. This sets it so it's closer to the 10 minutes we have for the Timeout.
NotFoundChecks
Timeout
:+1:
lgtm
The
NotFoundChecks
was defaulting to 20 when not given, which with the delays between each try it only tried for about ~2.5 minutes. This sets it so it's closer to the 10 minutes we have for theTimeout
.