Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkat committed Sep 30, 2024
1 parent cdf022a commit 499c80d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ public static boolean waitForConnectionIsInState(String connectionUuid, EquinixS
}

private static void deleteConnection(String uuid) throws ApiException {
for (int i = 0; i < 3; i++) {
for (int i = 0; i < 5; i++) {
connectionsApi.deleteConnectionByUuid(uuid);
boolean isDeleted = waitForConnectionIsInState(uuid, EquinixStatus.DELETED, EquinixStatus.DEPROVISIONED);
if (isDeleted) {
Expand Down

0 comments on commit 499c80d

Please sign in to comment.