Skip to content

Commit

Permalink
Take up timeouts!..
Browse files Browse the repository at this point in the history
  • Loading branch information
noname0443 committed Oct 7, 2024
1 parent 3123198 commit cb957f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-jepsen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
test:
name: jepsen
runs-on: ubuntu-22.04
timeout-minutes: 720
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
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 cb957f1

Please sign in to comment.