Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
increase publish wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
calebcartwright committed Feb 6, 2021
1 parent 9bc9f48 commit ba8e178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fn main() {
publish(p, &commit, &version_to_publish);

// Give the crates time to make their way into the index
thread::sleep(Duration::from_secs(20));
thread::sleep(Duration::from_secs(45));
}
}

Expand Down

0 comments on commit ba8e178

Please sign in to comment.