Skip to content

Commit

Permalink
selftests: tc-testing: remove unnecessary time.sleep
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pedro Tammela authored and Jakub Kicinski committed Nov 28, 2023
1 parent a79d8ba commit 8059e68
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/testing/selftests/tc-testing/tdc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 8059e68

Please sign in to comment.