B#12690: Workaround for FirmwareImage download wait time

This commit is contained in:
Vivek Kumar Dutta 2023-10-30 10:02:17 +05:30 committed by Amin Ben Romdhane
parent 7f6b13b082
commit a3f4807ea6

View file

@ -677,7 +677,7 @@ int bbf_fw_image_download(const char *url, const char *auto_activate, const char
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_transfer_complete_event(command, obj_path, url, res_code, start_time, complete_time, commandKey, "Download");