mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 06:01:53 +02:00
selftests: tc-testing: remove unnecessary time.sleep
This operation is redundant and it's not stabilizing nor waiting for anything. Signed-off-by: Pedro Tammela <pctammela@mojatatu.com> Acked-by: Jamal Hadi Salim <jhs@mojatatu.com> Link: https://lore.kernel.org/r/20231124154248.315470-3-pctammela@mojatatu.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
a79d8ba734
commit
8059e68b99
|
|
@ -497,11 +497,6 @@ def prepare_run(pm, args, testlist):
|
|||
pm.call_post_suite(1)
|
||||
return emergency_exit_message
|
||||
|
||||
if args.verbose:
|
||||
print('give test rig 2 seconds to stabilize')
|
||||
|
||||
time.sleep(2)
|
||||
|
||||
def purge_run(pm, index):
|
||||
pm.call_post_suite(index)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user