Adjust wait times for ITU PON Alloc Configuration Complete and
ONU Deactivate Complete Indications for BAL3.4

Change-Id: I503872ad2b8d729ad86376a3cf6cb02d3aa72115
diff --git a/agent/src/core_data.h b/agent/src/core_data.h
index f58ddd7..d44ed52 100644
--- a/agent/src/core_data.h
+++ b/agent/src/core_data.h
@@ -39,9 +39,9 @@
 // #include <bcm_dev_log_task.h>
 }
 
-#define ALLOC_CFG_COMPLETE_WAIT_TIMEOUT 1000 // in milli-seconds
+#define ALLOC_CFG_COMPLETE_WAIT_TIMEOUT 5000 // in milli-seconds
 
-#define ONU_DEACTIVATE_COMPLETE_WAIT_TIMEOUT 1000 // in milli-seconds
+#define ONU_DEACTIVATE_COMPLETE_WAIT_TIMEOUT 5000 // in milli-seconds
 
 #define MIN_ALLOC_ID_GPON 256
 #define MIN_ALLOC_ID_XGSPON 1024