Skip to content

Commit 0d0fd7b

Browse files
authored
Merge pull request alexcrichton#30 from calebcartwright/early-publish
increase publish wait time
2 parents 9bc9f48 + ba8e178 commit 0d0fd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fn main() {
5656
publish(p, &commit, &version_to_publish);
5757

5858
// Give the crates time to make their way into the index
59-
thread::sleep(Duration::from_secs(20));
59+
thread::sleep(Duration::from_secs(45));
6060
}
6161
}
6262

0 commit comments

Comments
 (0)