more sleep

This commit is contained in:
Robin Appelman 2022-05-20 19:35:01 +02:00
commit 312a678973

View file

@ -44,6 +44,8 @@ pub enum Error {
#[instrument(skip(config))] #[instrument(skip(config))]
async fn setup(ssh: &mut SshSession, config: &ServerConfig) -> Result<(), Error> { async fn setup(ssh: &mut SshSession, config: &ServerConfig) -> Result<(), Error> {
sleep(Duration::from_secs(10)).await;
let mut tries = 0; let mut tries = 0;
debug!(image = display(&config.image), "pulling image"); debug!(image = display(&config.image), "pulling image");