From 979c84ac075ab588dd5079e37a009cea9ea1fbda Mon Sep 17 00:00:00 2001 From: Rohit Gupta <rohit.gupta@eurecom.fr> Date: Fri, 5 Feb 2016 15:25:23 +0100 Subject: [PATCH] updated timing for resetting UE --- cmake_targets/autotests/tools/configure_cots_bandrich_ue.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py b/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py index 99c4a04eaa..fdbbb5d6d0 100755 --- a/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py +++ b/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py @@ -161,9 +161,9 @@ def reset_ue(): usb_dir= find_usb_path(VendorId, ProductId) print usb_dir cmd = "sudo sh -c \"echo 0 > " + usb_dir + "/authorized\"" - os.system(cmd + " ; sleep 5" ) + os.system(cmd + " ; sleep 15" ) cmd = "sudo sh -c \"echo 1 > " + usb_dir + "/authorized\"" - os.system(cmd + " ; sleep 5" ) + os.system(cmd + " ; sleep 30" ) def read_file(filename): try: -- 2.26.2