mirror of
https://codeberg.org/spire/dispenser.git
synced 2026-06-03 18:14:06 +02:00
more sleep
This commit is contained in:
parent
81296240cb
commit
312a678973
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ pub enum Error {
|
|||
|
||||
#[instrument(skip(config))]
|
||||
async fn setup(ssh: &mut SshSession, config: &ServerConfig) -> Result<(), Error> {
|
||||
sleep(Duration::from_secs(10)).await;
|
||||
|
||||
let mut tries = 0;
|
||||
|
||||
debug!(image = display(&config.image), "pulling image");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue