From 9c13699204ebf50e976645cd4caa7ffa1a104e22 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Mon, 30 Oct 2023 10:02:17 +0530 Subject: [PATCH] B#12411: Workaround for FirmwareImage download wait time --- libbbfdm/dmdiagnostics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbbfdm/dmdiagnostics.c b/libbbfdm/dmdiagnostics.c index 52ff307c..86b06fea 100644 --- a/libbbfdm/dmdiagnostics.c +++ b/libbbfdm/dmdiagnostics.c @@ -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");