Skip to content

Commit ba8e178

Browse files
increase publish wait time
1 parent 9bc9f48 commit ba8e178

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)