Skip to content

Commit b106e05

Browse files
author
Karina Ranadive
committed
changed retry to 1 minute
1 parent b7e8be8 commit b106e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/internal/kubernetes/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ func WaitForLRPDelete(ctx context.Context, ciliumClientset *cilium.Clientset, lr
379379
return errors.Errorf("LRP %s still present", lrp.Name)
380380
}
381381

382-
retrier := retry.Retrier{Attempts: RetryAttempts, Delay: RetryDelay}
382+
retrier := retry.Retrier{Attempts: DeleteRetryAttempts, Delay: DeleteRetryDelay}
383383
return errors.Wrap(retrier.Do(ctx, checkLRPDeleted), "failed to wait for LRP to delete")
384384
}
385385

0 commit comments

Comments
 (0)