B#12411: Workaround for FirmwareImage download wait time

This commit is contained in:
Vivek Kumar Dutta 2023-10-30 10:02:17 +05:30
parent 8b574fd8f7
commit 9c13699204
No known key found for this signature in database
GPG key ID: 65C818099F37097D

View file

@ -485,7 +485,7 @@ int bbf_fw_image_download(const char *url, const char *auto_activate, const char
goto end; goto end;
} }
sleep(30); // Wait for the image to become available sleep(60); // Wait for the image to become available
// Send the transfer complete after image applied // Send the transfer complete after image applied
send_transfer_complete_event(command, obj_path, url, res_code, start_time, complete_time, commandKey, "Download"); send_transfer_complete_event(command, obj_path, url, res_code, start_time, complete_time, commandKey, "Download");