Skip to content

Commit 7ddc9f9

Browse files
chore: increase index wait time
1 parent 9276e4d commit 7ddc9f9

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(10));
59+
thread::sleep(Duration::from_secs(20));
6060
}
6161
}
6262

0 commit comments

Comments
 (0)