Skip to content

Commit 004e7d2

Browse files
author
vroyer
committed
Increase start timeout
1 parent eac1e55 commit 004e7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ccmlib/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ def watch_log_for_death(self, nodes, from_mark=None, timeout=600, filename='syst
553553
tofind = ["%s is now [dead|DOWN]" % node.address() for node in tofind]
554554
self.watch_log_for(tofind, from_mark=from_mark, timeout=timeout, filename=filename)
555555

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

0 commit comments

Comments
 (0)