Skip to content

Commit

Permalink
Okay... Let's set it to 3600s
Browse files Browse the repository at this point in the history
  • Loading branch information
noname0443 committed Oct 5, 2024
1 parent c686410 commit 3123198
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -269,7 +269,7 @@
{:type :sleep, :value 60}
{:type :info, :f :stop}
{:type :sleep, :value 60}])))
(gen/time-limit 5000))
(gen/time-limit 3600))
(->> r
(gen/stagger 1)
(gen/nemesis
Expand Down

0 comments on commit 3123198

Please sign in to comment.