Commit 3015ae70 authored by garciay's avatar garciay
Browse files

Increase timeout delay

parent 00e69f57
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ module LibIot_PIXITS {
	*	
	*	@desc	Maximum	time limit used	by monitor component for waiting for expected	incoming messages
	*/
	modulepar	float	PX_MAX_MSG_WAIT	:= 5.0;
	modulepar	float	PX_MAX_MSG_WAIT	:= 10.0;

	/**
	 * 
@@ -124,19 +124,19 @@ module LibIot_PIXITS {
		 * @desc
		 *		 Defines list	of the files to	merge.
		 */
		modulepar	FileList PX_IOT_FILE_MERGE_LIST	:= { "TD_IMS_0001_11.pcap",	"TD_IMS_0001_19.pcap", "TD_IMS_0020.pcap"	};
		modulepar	FileList PX_IOT_FILE_MERGE_LIST	:= { "TD_IMS_MESS_0001_19.pcap",	"TD_IMS_MESS_0001_20.pcap"	};
		
		/**
		 * @desc
		 *		 Defines the location	of the files to	merge.
		 */
		modulepar	charstring PX_IOT_FILE_MERGE_PATH	:= "/tmp";
		modulepar	charstring PX_IOT_FILE_MERGE_PATH	:= ".";
		
		/**
		 * @desc
		 *		 Defines the location	of the files to	merge.
		 */
		modulepar	charstring PX_IOT_MERGE_TOOL_PATH	:= "C:\Program Files\WinPcap";
		modulepar	charstring PX_IOT_MERGE_TOOL_PATH	:= "C:\Program Files\WireShark";
		
		/**
		 * @desc