Commit 8059e68b authored by Pedro Tammela's avatar Pedro Tammela Committed by Jakub Kicinski

selftests: tc-testing: remove unnecessary time.sleep

This operation is redundant and it's not stabilizing nor waiting
for anything.
Signed-off-by: default avatarPedro Tammela <pctammela@mojatatu.com>
Acked-by: default avatarJamal Hadi Salim <jhs@mojatatu.com>
Link: https://lore.kernel.org/r/20231124154248.315470-3-pctammela@mojatatu.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent a79d8ba7
...@@ -497,11 +497,6 @@ def prepare_run(pm, args, testlist): ...@@ -497,11 +497,6 @@ def prepare_run(pm, args, testlist):
pm.call_post_suite(1) pm.call_post_suite(1)
return emergency_exit_message return emergency_exit_message
if args.verbose:
print('give test rig 2 seconds to stabilize')
time.sleep(2)
def purge_run(pm, index): def purge_run(pm, index):
pm.call_post_suite(index) pm.call_post_suite(index)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment