Skip to content

Commit

Permalink
fix timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
noname0443 committed Oct 8, 2024
1 parent 02f852c commit 687d66b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/images/copy_keys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ done
for i in mysql1 mysql2 mysql3; do
docker cp mysync_${i}_1:/root/.ssh/id_rsa.pub id_rsa.pub
for j in mysql1 mysql2 mysql3; do
cat id_rsa.pub
docker exec mysync_${j}_1 /bin/bash -c "echo '$(cat id_rsa.pub)' >>/root/.ssh/authorized_keys"
done
done
Expand Down
2 changes: 1 addition & 1 deletion tests/images/jepsen_main/jepsen/src/jepsen/mysync.clj
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
(gen/nemesis
(fn [] (map gen/once
[{:type :info, :f :stop}
{:type :sleep, :value 60}])))
{:type :sleep, :value 120}])))
(gen/time-limit 600)))
:checker mysync-set
:remote control/ssh})

0 comments on commit 687d66b

Please sign in to comment.