pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43211?usp=email )
Change subject: 5gc: TC_ng_register_ping46_256: Increase Tguard ......................................................................
5gc: TC_ng_register_ping46_256: Increase Tguard
The 30.0 are sometimes not enough to run the test, specially on resource-constrained systems.
Change-Id: I312f132094707a39b2980529cf363af4b172e66a --- M 5gc/C5G_Tests.ttcn 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified osmith: Looks good to me, approved laforge: Looks good to me, but someone else must approve
diff --git a/5gc/C5G_Tests.ttcn b/5gc/C5G_Tests.ttcn index 2649a2f..2be26ff 100644 --- a/5gc/C5G_Tests.ttcn +++ b/5gc/C5G_Tests.ttcn @@ -559,7 +559,7 @@ var ConnHdlr vc_conn[256]; var integer i;
- f_init(); + f_init(t_guard := 60.0); f_ngap_setup(0);
for (i := 0; i < sizeof(vc_conn); i := i + 1) {