XYZ Network: Define the network timer.

This change includes:
    1. Increase wait timer after network add and delete operation.
    2. Define network wait timer in common place.

Resolves openbmc/openbmc-test-automation#1141

Change-Id: If613ab3c1c9331c7a65cb634028534cfa6afb721
Signed-off-by: Prashanth Katti <prkatti1@in.ibm.com>
diff --git a/lib/resource.txt b/lib/resource.txt
index 4dc06ea..a9ad430 100755
--- a/lib/resource.txt
+++ b/lib/resource.txt
@@ -41,8 +41,10 @@
 ${OS_WAIT_TIMEOUT}  ${15*60}
 
 # Networking related parameters
-${NETWORK_PORT}     80
-${PACKET_TYPE}      tcp
+${NETWORK_PORT}        80
+${PACKET_TYPE}         tcp
+${NETWORK_RETRY_TIME}  6
+${NETWORK_TIMEOUT}     12
 
 # BMC debug tarball parameter
 ${DEBUG_TARBALL_PATH}  ${EMPTY}