forked from kemitix/git-next
fix: restore lost sleep
This commit is contained in:
parent
f7dc27f67e
commit
bb4d171174
1 changed files with 1 additions and 0 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue