Increase image upload time out to 5 minutes

Changes:
     - Noticed due to firmware image size increasing causing
      few instance of code update to time out. Bumping up the
      time out from 4 to 5 minutes to increase success rate.

Tested:
     - NA

Change-Id: I3051cbda83ff592a915d2a3cb981b5bfde16dbb0
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/code_update_utils.robot b/lib/code_update_utils.robot
index c50be10..26afb9f 100644
--- a/lib/code_update_utils.robot
+++ b/lib/code_update_utils.robot
@@ -15,7 +15,7 @@
 ${ignore_err}    ${0}
 
 # Time in minutes.
-${IMAGE_UPLOAD_WAIT_TIMEOUT}     4
+${IMAGE_UPLOAD_WAIT_TIMEOUT}     5
 
 *** Keywords ***