Skip to content

Commit 8059e68

Browse files
tammelakuba-moo
authored andcommitted
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 <[email protected]> Acked-by: Jamal Hadi Salim <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent a79d8ba commit 8059e68

File tree

1 file changed

+0
-5
lines changed
  • tools/testing/selftests/tc-testing

1 file changed

+0
-5
lines changed

tools/testing/selftests/tc-testing/tdc.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -497,11 +497,6 @@ def prepare_run(pm, args, testlist):
497497
pm.call_post_suite(1)
498498
return emergency_exit_message
499499

500-
if args.verbose:
501-
print('give test rig 2 seconds to stabilize')
502-
503-
time.sleep(2)
504-
505500
def purge_run(pm, index):
506501
pm.call_post_suite(index)
507502

0 commit comments

Comments
 (0)