Add some pause before the beginning of each test to let Minio start
This commit is contained in:
parent
f536b24c4a
commit
e4603b0f38
@ -51,6 +51,7 @@ impl MinioTestServer {
|
||||
};
|
||||
|
||||
// Wait for Minio to become ready
|
||||
std::thread::sleep(Duration::from_millis(500));
|
||||
let mut check_count = 0;
|
||||
loop {
|
||||
if check_count >= 100 {
|
||||
|
Loading…
Reference in New Issue
Block a user