Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: caculate the wait_time in milliseconds
The timeout we pass in is 300000ms, and we sleep 1s every time we get a EAGAIN error, so we need to multiply 1000 for sleep_time. Reviewed-by: Alejandro López <[email protected]> Reviewed-by: Alexey Tikhonov <[email protected]> (cherry picked from commit a997ee7)
- Loading branch information