Skip to content

Commit

Permalink
add the output back
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Nov 15, 2024
1 parent c683dac commit d4da611
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ziti/cmd/edge/quickstart_shared_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ func getIdentityByName(client *rest_management_api_client.ZitiEdgeManagement, na
log.Fatalf("Could not obtain an ID for the identity named %s after retries", name)
return nil
}


fmt.Printf("Retrying to fetch identity %s...\n", name)
time.Sleep(100 * time.Millisecond)
}
}
Expand Down

0 comments on commit d4da611

Please sign in to comment.