Skip to content

Commit

Permalink
Increase start timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
vroyer committed Apr 13, 2020
1 parent eac1e55 commit 004e7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccmlib/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ def watch_log_for_death(self, nodes, from_mark=None, timeout=600, filename='syst
tofind = ["%s is now [dead|DOWN]" % node.address() for node in tofind]
self.watch_log_for(tofind, from_mark=from_mark, timeout=timeout, filename=filename)

def watch_log_for_alive(self, nodes, from_mark=None, timeout=120, filename='system.log'):
def watch_log_for_alive(self, nodes, from_mark=None, timeout=240, filename='system.log'):
"""
Watch the log of this node until it detects that the provided other
nodes are marked UP. This method works similarly to watch_log_for_death.
Expand Down

0 comments on commit 004e7d2

Please sign in to comment.