Skip to content

Commit

Permalink
tests/docker: increase cargo retry from 3 to 6 in client-swarm
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhsu committed Nov 27, 2024
1 parent 0c753c9 commit bf892a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/ducktape-deps/client-swarm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git clone https://github.com/redpanda-data/client-swarm.git

pushd client-swarm
git reset --hard 7ba96b8a78717c03392a3959a31e3c5a36cda472
cargo build --config 'term.verbose=true' --release
cargo build --config 'term.verbose=true' --config 'net.retry=6' --release
cp target/release/client-swarm /usr/local/bin
popd

Expand Down

0 comments on commit bf892a9

Please sign in to comment.