Commit 509dfc57 authored by stancakapost's avatar stancakapost
Browse files

updates for the second interim release

parent e3009f01
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line

	/**
	 * @desc The timeout given in seconds after which the test case will be stopped.
	 */
    modulepar float PX_TC_EXECUTION_TIMEOUT := 5.0;

    type universal charstring Raw;

    type universal charstring File;
@@ -55,5 +61,5 @@
    }

    control {
        execute(TC_${module}(), 5.0);
        execute(TC_${module}(), PX_TC_EXECUTION_TIMEOUT);
    }
+6 −1
Original line number Diff line number Diff line

	/**
	 * @desc The timeout given in seconds after which the test case will be stopped.
	 */
    modulepar float PX_TC_EXECUTION_TIMEOUT := 5.0;

    type universal charstring Raw;

    type port P message {
@@ -46,5 +51,5 @@
    }

    control {
        execute(TC_${module}(), 5.0);
        execute(TC_${module}(), PX_TC_EXECUTION_TIMEOUT);
    }
+6 −1
Original line number Diff line number Diff line

	/**
	 * @desc The timeout given in seconds after which the test case will be stopped.
	 */
    modulepar float PX_TC_EXECUTION_TIMEOUT := 5.0;

    type universal charstring Raw;

    type port P message {
@@ -21,5 +26,5 @@
    }

    control {
        execute(TC_${module}(), 5.0);
        execute(TC_${module}(), PX_TC_EXECUTION_TIMEOUT);
    }
+6 −1
Original line number Diff line number Diff line

	/**
	 * @desc The timeout given in seconds after which the test case will be stopped.
	 */
    modulepar float PX_TC_EXECUTION_TIMEOUT := 5.0;

    type universal charstring Raw;

    type port P message {
@@ -36,5 +41,5 @@
    }

    control {
        execute(TC_${module}(), 5.0);
        execute(TC_${module}(), PX_TC_EXECUTION_TIMEOUT);
    }
+7 −1
Original line number Diff line number Diff line

	/**
	 * @desc The timeout given in seconds after which the test case will be stopped.
	 */
    modulepar float PX_TC_EXECUTION_TIMEOUT := 5.0;

	import from TTlibrary all;

    type component C {}
@@ -12,5 +18,5 @@
    }

    control {
        execute(TC_${module}(), 5.0);
        execute(TC_${module}(), PX_TC_EXECUTION_TIMEOUT);
    }