xtask: Double the sleep after macro crate release
This commit is contained in:
parent
3995ef0fdb
commit
1abda2067e
@ -130,8 +130,8 @@ impl ReleaseTask {
|
|||||||
if published {
|
if published {
|
||||||
// Crate was published, instead of publishing skipped (because release already
|
// Crate was published, instead of publishing skipped (because release already
|
||||||
// existed).
|
// existed).
|
||||||
println!("Waiting 10 seconds for the release to make it into the crates.io index…");
|
println!("Waiting 20 seconds for the release to make it into the crates.io index…");
|
||||||
sleep(Duration::from_secs(10));
|
sleep(Duration::from_secs(20));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user