Skip to content

Commit 4a2183a

Browse files
chore: increase Cargo network retries
Quite often (at least 6 times today), tests fail because cargo fails to download a package. This commit sets the retries to 10 (up to the default of 3). Signed-off-by: Marco Marangoni <mamarang@amazon.com>
1 parent 255ecb9 commit 4a2183a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.cargo/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ rustflags = [
66

77
[net]
88
git-fetch-with-cli = true
9+
retry = 10
910

1011
[env]
1112
AWS_LC_SYS_NO_JITTER_ENTROPY = "1"

0 commit comments

Comments
 (0)