gbproxy: Increase timeouts for dl/ul unitdata tests

These tests run quite some time and I had issues with timeouts locally.

Change-Id: Id99ffa14bf6bcb584688c410feb9163a4f0fb492
This commit is contained in:
Daniel Willmann 2021-02-11 14:28:01 +01:00
parent 325458ddf7
commit c879f3416f
1 changed files with 2 additions and 2 deletions

View File

@ -1089,7 +1089,7 @@ private function f_TC_ul_unitdata(charstring id) runs on BSSGP_ConnHdlr {
testcase TC_ul_unitdata() runs on test_CT
{
f_init();
f_init(60.0);
f_start_handlers(refers(f_TC_ul_unitdata), testcasename(), 1);
/* TODO: start multiple handlers (UEs) on various cells on same and other NSEs */
f_cleanup();
@ -1115,7 +1115,7 @@ private function f_TC_dl_unitdata(charstring id) runs on BSSGP_ConnHdlr {
testcase TC_dl_unitdata() runs on test_CT
{
f_init();
f_init(60.0);
f_start_handlers(refers(f_TC_dl_unitdata), testcasename(), 2);
/* TODO: start multiple handlers (UEs) on various cells on same and other NSEs */
f_cleanup();