Skip to content

Commit

Permalink
Let's check a scenario with time-limit 7200
Browse files Browse the repository at this point in the history
  • Loading branch information
noname0443 committed Oct 4, 2024
1 parent aafdab4 commit 0d2eb65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/docker-jepsen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Jepsen tests

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * *'

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 @@ -269,7 +269,7 @@
{:type :sleep, :value 60}
{:type :info, :f :stop}
{:type :sleep, :value 60}])))
(gen/time-limit 3600))
(gen/time-limit 7200))
(->> r
(gen/stagger 1)
(gen/nemesis
Expand Down

0 comments on commit 0d2eb65

Please sign in to comment.