SUPPORT-8597: fix sleep
This commit is contained in:
parent
7b9c8b5822
commit
5209098ac5
1 changed files with 1 additions and 2 deletions
|
|
@ -88,8 +88,7 @@ public class ReceiveScanReportRetryable {
|
||||||
|
|
||||||
// waiting for timeout time before first request
|
// waiting for timeout time before first request
|
||||||
try {
|
try {
|
||||||
TimeUnit.MILLISECONDS.sleep(
|
TimeUnit.MILLISECONDS.sleep(avFirstTimeoutMilliseconds);
|
||||||
avFirstTimeoutMilliseconds == null ? 1000L : avFirstTimeoutMilliseconds);
|
|
||||||
}
|
}
|
||||||
catch (InterruptedException e) {
|
catch (InterruptedException e) {
|
||||||
throw new FileUploadException(e);
|
throw new FileUploadException(e);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue