Implement base operator #1

Merged
pierre merged 21 commits from operator into master 2023-05-08 16:20:17 +00:00
Showing only changes of commit e4603b0f38 - Show all commits

View File

@ -51,6 +51,7 @@ impl MinioTestServer {
}; };
// Wait for Minio to become ready // Wait for Minio to become ready
std::thread::sleep(Duration::from_millis(500));
let mut check_count = 0; let mut check_count = 0;
loop { loop {
if check_count >= 100 { if check_count >= 100 {