This commit is contained in:
Viraj Jasani 2023-03-01 15:22:59 -08:00
parent 56459b337c
commit e7c82dbbd4
No known key found for this signature in database
GPG Key ID: 2DFADE221012D134
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ class BPServiceActor implements Runnable {
triggerHeartbeatForTests();
while (!bpServiceActorActions.isEmpty()) {
BPServiceActorAction bpServiceActorAction = bpServiceActorActions.remove();
int retries = 3;
int retries = 5;
while (!bpServiceActorAction.isReportSuccessfullySent() && retries > 0) {
LOG.info("{} has not yet successfully sent report", bpServiceActorAction);
Thread.sleep(1000);