diff options
Diffstat (limited to 'test/scenario_test/lib/base.py')
-rw-r--r-- | test/scenario_test/lib/base.py | 2 |
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: |