Skip to content

Commit 60f60d9

Browse files
authored
fix: timeout crates publish after 1hr (#4288)
It appears that there is possibly a bug in the cargo publish implementation with -Zpublish-timeout: https://github.com/rust-lang/cargo/blob/b2c0aea98deecdea035c0df9b20c66a23b78dde8/src/cargo/ops/registry/publish.rs#L261-L320 Signed-off-by: Andrew Duffy <[email protected]>
1 parent c5935db commit 60f60d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ vx = "run -p vortex-tui --"
1616
# means that it will block indefinitely and this config override is
1717
# necessary for using the -Zpublish-timeout setting.
1818
# See https://doc.rust-lang.org/beta/cargo/reference/unstable.html#publish-timeout
19-
timeout = 0
19+
timeout = 3600

0 commit comments

Comments
 (0)