Change in osmo-ttcn3-hacks[master]: sgsn: TC_hlr_location_cancel_*: 5 seconds timeout is to short

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Jun 13 10:28:43 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/9560 )

Change subject: sgsn: TC_hlr_location_cancel_*: 5 seconds timeout is to short
......................................................................

sgsn: TC_hlr_location_cancel_*: 5 seconds timeout is to short

These tests failed on jenkins.

Change-Id: I56a62e70763b7c331fc528cd7e4064a5ec9f2a04
---
M sgsn/SGSN_Tests.ttcn
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index 04865fd..46b7b74 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -1381,9 +1381,9 @@
 	execute( TC_attach_accept_all() );
 	execute( TC_attach_closed() );
 	execute( TC_hlr_location_cancel_request_update(), 10.0 );
-	execute( TC_hlr_location_cancel_request_withdraw(), 5.0 );
-	execute( TC_hlr_location_cancel_request_unknown_subscriber_withdraw(), 5.0 );
-	execute( TC_hlr_location_cancel_request_unknown_subscriber_update(), 5.0 );
+	execute( TC_hlr_location_cancel_request_withdraw(), 10.0 );
+	execute( TC_hlr_location_cancel_request_unknown_subscriber_withdraw(), 10.0 );
+	execute( TC_hlr_location_cancel_request_unknown_subscriber_update(), 10.0 );
 	execute( TC_rau_unknown() );
 	execute( TC_attach_rau() );
 	execute( TC_detach_unknown_nopoweroff() );

-- 
To view, visit https://gerrit.osmocom.org/9560
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I56a62e70763b7c331fc528cd7e4064a5ec9f2a04
Gerrit-Change-Number: 9560
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180613/fcb110ac/attachment.htm>


More information about the gerrit-log mailing list