fix: restore lost sleep
All checks were successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful

This commit is contained in:
Paul Campbell 2024-04-11 18:17:30 +01:00
parent f7dc27f67e
commit bb4d171174

View file

@ -129,6 +129,7 @@ pub async fn advance_next(
) {
Ok(_) => {
info!("Success");
tokio::time::sleep(std::time::Duration::from_secs(10)).await;
addr.do_send(StartRepo);
}
Err(err) => {