Add some pause before the beginning of each test to let Minio start
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Pierre HUBERT 2023-05-08 18:09:59 +02:00
parent f536b24c4a
commit e4603b0f38

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 {