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

Commit

Permalink
Merge pull request #30 from calebcartwright/early-publish
Browse files Browse the repository at this point in the history
increase publish wait time
  • Loading branch information
alexcrichton authored Feb 6, 2021
2 parents 9bc9f48 + ba8e178 commit 0d0fd7b
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 0d0fd7b

Please sign in to comment.