Commit f05bcda8 authored by Yann Garcia's avatar Yann Garcia
Browse files

Increase timeout to wait for MEC Sandbox platform stable

parent e5e428c4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -46,5 +46,7 @@ echo "CAM: ${CAM}"
echo "DENM: ${DENM}"
echo "VERBOSE: ${VERBOSE}"

sleep 10 # Wait for ETSI MEC Platform up and stable

echo "Starting '/fsmsggen ${IFACE} ${MODE} ${UU_IFACE} ${GLOBAL} ${SEC_MODE} ${BEACON} ${CAM} ${DENM} ${VERBOSE}'"
/fsmsggen ${IFACE} ${MODE} ${UU_IFACE} ${GLOBAL} ${SEC_MODE} ${BEACON} ${CAM} ${DENM} ${VERBOSE}
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -662,7 +662,7 @@ func mec011_send_confirm_ready() (subId string, response *http.Response, err err
		if counter >= 10 {
			return "", nil, errors.New("Confirm ready failed")
		}
		time.Sleep(2 * time.Second)
		time.Sleep(5 * time.Second)
	} // End of 'for' statement

	return mec011_send_subscribe_termination()