summaryrefslogtreecommitdiffhomepage
path: root/test/scenario_test/lib/base.py
diff options
context:
space:
mode:
authorISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2015-07-03 12:47:40 +0900
committerISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2015-07-03 12:47:40 +0900
commitb37dff1ff97beadc6cd842b7e9f742da02fec7b5 (patch)
tree85e7da96ca4737ef2aac814e5db6627893b0e44d /test/scenario_test/lib/base.py
parentb02f24e01213a19b92ebd96b703e0240fdf8d3ff (diff)
test: stretch timeout
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'test/scenario_test/lib/base.py')
-rw-r--r--test/scenario_test/lib/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scenario_test/lib/base.py b/test/scenario_test/lib/base.py
index 5dec078f..66e610d9 100644
--- a/test/scenario_test/lib/base.py
+++ b/test/scenario_test/lib/base.py
@@ -259,7 +259,7 @@ class BGPContainer(Container):
def get_neighbor_state(self, peer_id):
raise Exception('implement get_neighbor() method')
- def wait_for(self, expected_state, peer, timeout=10):
+ def wait_for(self, expected_state, peer, timeout=120):
interval = 1
count = 0
while True: