Skip to content

Commit

Permalink
add cron
Browse files Browse the repository at this point in the history
  • Loading branch information
noname0443 committed Sep 18, 2024
1 parent 83cb1cf commit cad4a07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-jepsen.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Jepsen tests

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

env:
GO_VERSION: 1.22.4
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 @@ -91,7 +91,7 @@

(invoke! [this test op]
(try
(timeout 10000 (assoc op :type :info, :error "timeout")
(timeout 5000 (assoc op :type :info, :error "timeout")
(with-conn [c conn]
(case (:f op)
:read (cond (= (count (j/query c ["show slave status for channel ''"])) 0)
Expand Down

0 comments on commit cad4a07

Please sign in to comment.