Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleen committed Nov 2, 2020
1 parent b0094f5 commit 1b7902c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/bwc/test_recovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@


class RecoveryTest(NodeProvider, unittest.TestCase):
NUMBER_OF_NODES = 3
"""
In depth testing of the recovery mechanism during a rolling restart.
Based on org.elasticsearch.upgrades.RecoveryIT.java
"""

NUMBER_OF_NODES = 3

def assert_busy(self, assertion, timeout=60, f=2.0):
waited = 0
duration = 0.1
Expand Down

0 comments on commit 1b7902c

Please sign in to comment.