Skip to content

Commit

Permalink
change time limit
Browse files Browse the repository at this point in the history
  • Loading branch information
noname0443 committed Sep 18, 2024
1 parent cad4a07 commit 3cdeae2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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
4 changes: 2 additions & 2 deletions tests/images/jepsen_main/jepsen/src/jepsen/mysync.clj
Original file line number Diff line number Diff line change
Expand Up @@ -269,13 +269,13 @@
{:type :sleep, :value 120}
{:type :info, :f :stop}
{:type :sleep, :value 120}])))
(gen/time-limit 14400))
(gen/time-limit 7200))
(->> r
(gen/stagger 1)
(gen/nemesis
(fn [] (map gen/once
[{:type :info, :f :stop}
{:type :sleep, :value 120}])))
(gen/time-limit 1200)))
(gen/time-limit 600)))
:checker mysync-set
:remote control/ssh})

0 comments on commit 3cdeae2

Please sign in to comment.