Improved mpt default timeout.

Signed-off-by: Martin Bremmer <martin.bremmer@adlinktech.com>
This commit is contained in:
Martin Bremmer 2019-04-19 14:42:31 +02:00
parent 44ce20ebe0
commit 74ca68e550
6 changed files with 8 additions and 7 deletions

View file

@ -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);