Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Fix: waitProjectStart only once
Browse files Browse the repository at this point in the history
Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
  • Loading branch information
gciavarrini authored and openshift-merge-robot committed May 17, 2023
1 parent f07f293 commit 65e7b97
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,6 @@ default boolean check(T result) {
public static ProjectResponseDTO getProjectAsync(ApiClient apiClient, String projectName, String projectDescription)
throws InterruptedException, ApiException {
ProjectApi projectApi = new ProjectApi(apiClient);
log.info("Wait project to be ready on {}", apiClient.getBasePath());
waitProjectStart(projectApi);
log.info("Project is ✔️ on {}", apiClient.getBasePath());

ProjectResponseDTO testProject;

Expand Down

0 comments on commit 65e7b97

Please sign in to comment.