From c0cbdc69230a575b3cba566ead6ec543c1c82238 Mon Sep 17 00:00:00 2001 From: 2Shirt <1923621+2Shirt@users.noreply.github.com> Date: Wed, 27 Dec 2017 19:19:29 -0700 Subject: [PATCH] Added pause after audio and network tests --- .bin/Scripts/functions/hw_diags.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bin/Scripts/functions/hw_diags.py b/.bin/Scripts/functions/hw_diags.py index 4b3aa626..9c2d03a7 100644 --- a/.bin/Scripts/functions/hw_diags.py +++ b/.bin/Scripts/functions/hw_diags.py @@ -108,10 +108,10 @@ def menu_diags(*args): run_tests(diag_modes[int(selection)-1]['Tests']) elif selection == 'A': run_program(['hw-diags-audio'], check=False, pipe=False) - sleep(1) + pause('Press Enter to return to main menu... ') elif selection == 'N': run_program(['hw-diags-network'], check=False, pipe=False) - sleep(1) + pause('Press Enter to return to main menu... ') elif selection == 'M': run_program(['cmatrix', '-abs'], check=False, pipe=False) elif selection == 'P':