diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2022-10-26 11:53:20 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-11-04 13:34:27 -0400 |
| commit | 8966cca209900948adcadc2c69ecb6384e6bdfc7 (patch) | |
| tree | 065d9ce43d8681617c97fc6c9eb9b4b7d364072b /tests/topotests/all_protocol_startup/test_all_protocol_startup.py | |
| parent | 1e8a2920cb6bc68125a932bd5f7da7b630bde2aa (diff) | |
tests: Speedup test_all_protocol_startup.py by 55 seconds
Just make ospf and ospfv3 converge faster with faster
hello timers.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/all_protocol_startup/test_all_protocol_startup.py')
| -rw-r--r-- | tests/topotests/all_protocol_startup/test_all_protocol_startup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/all_protocol_startup/test_all_protocol_startup.py b/tests/topotests/all_protocol_startup/test_all_protocol_startup.py index ca8c005f9e..fefc6eccf4 100644 --- a/tests/topotests/all_protocol_startup/test_all_protocol_startup.py +++ b/tests/topotests/all_protocol_startup/test_all_protocol_startup.py @@ -301,7 +301,7 @@ def test_converge_protocols(): print("******************************************\n") # Not really implemented yet - just sleep 60 secs for now - sleep(60) + sleep(5) # Make sure that all daemons are running failures = 0 |
