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

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
csviri committed Apr 10, 2023
1 parent 5c92e4d commit b896a21
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public void waitUntilDefaultNamespaceCreated() {
while (true) {
if (ready(client, request)) {
// todo wait until default namespace is found? just on windows?
Thread.sleep(1000);
return;
}
if (LocalTime.now().isAfter(startedAt.plus(STARTUP_TIMEOUT, ChronoUnit.MILLIS))) {
Expand Down

0 comments on commit b896a21

Please sign in to comment.