mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
B#12411: Workaround for FirmwareImage download wait time
This commit is contained in:
parent
8b574fd8f7
commit
9c13699204
1 changed files with 1 additions and 1 deletions
|
|
@ -485,7 +485,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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue