Improved mpt default timeout.
Signed-off-by: Martin Bremmer <martin.bremmer@adlinktech.com>
This commit is contained in:
parent
44ce20ebe0
commit
74ca68e550
6 changed files with 8 additions and 7 deletions
|
@ -70,3 +70,6 @@ MPT_Test(disabled, _false, .disabled=false);
|
|||
* This can only really be done manually, unfortunately. */
|
||||
MPT_TestProcess(timeout, child_culling, id, proc_sleep, MPT_ArgValues(DDS_SECS(120)));
|
||||
MPT_Test(timeout, child_culling, .timeout=1);
|
||||
|
||||
MPT_TestProcess(timeout, default_timeout, id, proc_sleep, MPT_ArgValues(DDS_SECS(120)));
|
||||
MPT_Test(timeout, default_timeout);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue