Implement base operator #1
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user