diff --git a/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py b/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py index 99c4a04eaaea62f8b84ee5b8d7f36e2360ef74ae..fdbbb5d6d005f1b3f9ab9d4e3afec2ff428e435a 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: